parent
5e75fffa86
commit
b67a624038
1 changed files with 16 additions and 7 deletions
|
|
@ -31,7 +31,7 @@ WINDOWS_TIME_ZONE='Pacific Standard Time' # See 'tzutil /l' for valid values
|
|||
## one server serves multiple shares then you have to use the same
|
||||
## user/password for all of those shares.
|
||||
BACKUP_SERVERS = [
|
||||
{ 'IP': '10.11.1.20',
|
||||
{ 'IP': '10.120.1.15',
|
||||
'Name': 'Anaconda',
|
||||
'Mounted': False,
|
||||
'Share': 'Backups',
|
||||
|
|
@ -40,17 +40,26 @@ BACKUP_SERVERS = [
|
|||
'RW-User': 'backup',
|
||||
'RW-Pass': '1201 loves computers!',
|
||||
},
|
||||
{ 'IP': '10.120.1.23',
|
||||
'Name': 'Server1201',
|
||||
'Mounted': False,
|
||||
'Share': r'Public\Backups',
|
||||
'User': 'cx',
|
||||
'Pass': '',
|
||||
'RW-User': 'it',
|
||||
'RW-Pass': 'sorted',
|
||||
},
|
||||
]
|
||||
BENCHMARK_SERVER = {
|
||||
'Name': 'Nextcloud',
|
||||
'Short Url': 'https://1201north.ddns.net:8001/index.php/f/27892',
|
||||
'Url': 'https://1201north.ddns.net:8001/public.php/webdav/Benchmarks',
|
||||
'User': 'RAE7ajRk25CBnW6',
|
||||
'Short Url': 'https://nextcloud.1201.com/index.php/f/106842',
|
||||
'Url': 'https://nextcloud.1201.com/public.php/webdav/WizardKit_Benchmarks',
|
||||
'User': 'EfErKoRR2Fdkaqb',
|
||||
'Pass': '',
|
||||
}
|
||||
CRASH_SERVER = {
|
||||
'Name': 'Nextcloud',
|
||||
'Url': 'https://1201north.ddns.net:8001/public.php/webdav/WizardKit_Issues',
|
||||
'Url': 'https://nextcloud.1201.com/public.php/webdav/WizardKit_Issues',
|
||||
'User': 'LoQ97J3r6CFGT2T',
|
||||
'Pass': '',
|
||||
}
|
||||
|
|
@ -75,10 +84,10 @@ QUICKBOOKS_SERVER = {
|
|||
'RW-Pass': '1201 loves computers!',
|
||||
}
|
||||
WINDOWS_SERVER = {
|
||||
'IP': '10.11.1.20',
|
||||
'IP': '10.120.1.15',
|
||||
'Name': 'Anaconda',
|
||||
'Mounted': False,
|
||||
'Share': r'Public\Windows',
|
||||
'Share': r'HH-Proliant\Windows',
|
||||
'User': 'cx',
|
||||
'Pass': 'cx',
|
||||
'RW-User': 'backup',
|
||||
|
|
|
|||
Loading…
Reference in a new issue