Updated main.py
This commit is contained in:
parent
1d2ebf254e
commit
3f467f6f1c
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ TECH_PASSWORD='Sorted1201'
|
|||
# Root Certificate Authority
|
||||
ROOT_CA_NAME='1201_Root_CA.crt'
|
||||
# Server IP addresses
|
||||
OFFICE_SERVER_IP='10.11.1.20'
|
||||
QUICKBOOKS_SERVER_IP='10.11.1.20'
|
||||
OFFICE_SERVER_IP='10.120.1.15'
|
||||
QUICKBOOKS_SERVER_IP='10.120.1.15'
|
||||
# Time Zones
|
||||
LINUX_TIME_ZONE='America/Los_Angeles' # See 'timedatectl list-timezones' for valid values
|
||||
WINDOWS_TIME_ZONE='Pacific Standard Time' # See 'tzutil /l' for valid values
|
||||
|
|
|
|||
Loading…
Reference in a new issue