Get server name as a scheduled task

This commit is contained in:
Jonathan Wong 2015-11-16 18:31:22 -08:00
parent 7c8fb58600
commit 12056ac2ba
5 changed files with 15 additions and 21 deletions

View file

@ -26,6 +26,7 @@ _CONFIG_DEFINITIONS = {
'PMS_IP': (str, 'PMS', '127.0.0.1'),
'PMS_IS_REMOTE': (int, 'PMS', 0),
'PMS_LOGS_FOLDER': (str, 'PMS', ''),
'PMS_NAME': (str, 'PMS', ''),
'PMS_PORT': (int, 'PMS', 32400),
'PMS_TOKEN': (str, 'PMS', ''),
'PMS_SSL': (int, 'General', 0),