More fixes for main.py
This commit is contained in:
parent
b6e9e447c5
commit
453ce9cf44
1 changed files with 11 additions and 11 deletions
|
|
@ -51,13 +51,13 @@ BACKUP_SERVERS = [
|
||||||
'RW-User': 'backup',
|
'RW-User': 'backup',
|
||||||
'RW-Pass': 'Abracadabra',
|
'RW-Pass': 'Abracadabra',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
CRASH_SERVER = {
|
CRASH_SERVER = {
|
||||||
'Name': 'CrashServer',
|
'Name': 'CrashServer',
|
||||||
'Url': '',
|
'Url': '',
|
||||||
'User': '',
|
'User': '',
|
||||||
'Pass': '',
|
'Pass': '',
|
||||||
}
|
}
|
||||||
OFFICE_SERVER = {
|
OFFICE_SERVER = {
|
||||||
'IP': OFFICE_SERVER_IP,
|
'IP': OFFICE_SERVER_IP,
|
||||||
'Name': 'ServerOne',
|
'Name': 'ServerOne',
|
||||||
|
|
@ -67,7 +67,7 @@ OFFICE_SERVER = {
|
||||||
'Pass': 'Abracadabra',
|
'Pass': 'Abracadabra',
|
||||||
'RW-User': 'backup',
|
'RW-User': 'backup',
|
||||||
'RW-Pass': 'Abracadabra',
|
'RW-Pass': 'Abracadabra',
|
||||||
}
|
}
|
||||||
QUICKBOOKS_SERVER = {
|
QUICKBOOKS_SERVER = {
|
||||||
'IP': QUICKBOOKS_SERVER_IP,
|
'IP': QUICKBOOKS_SERVER_IP,
|
||||||
'Name': 'ServerOne',
|
'Name': 'ServerOne',
|
||||||
|
|
@ -77,7 +77,7 @@ QUICKBOOKS_SERVER = {
|
||||||
'Pass': 'Abracadabra',
|
'Pass': 'Abracadabra',
|
||||||
'RW-User': 'backup',
|
'RW-User': 'backup',
|
||||||
'RW-Pass': 'Abracadabra',
|
'RW-Pass': 'Abracadabra',
|
||||||
}
|
}
|
||||||
WINDOWS_SERVER = {
|
WINDOWS_SERVER = {
|
||||||
'IP': '10.0.0.10',
|
'IP': '10.0.0.10',
|
||||||
'Name': 'ServerOne',
|
'Name': 'ServerOne',
|
||||||
|
|
@ -87,7 +87,7 @@ WINDOWS_SERVER = {
|
||||||
'Pass': 'Abracadabra',
|
'Pass': 'Abracadabra',
|
||||||
'RW-User': 'backup',
|
'RW-User': 'backup',
|
||||||
'RW-Pass': 'Abracadabra',
|
'RW-Pass': 'Abracadabra',
|
||||||
}
|
}
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
print("This file is not meant to be called directly.")
|
print("This file is not meant to be called directly.")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue