diff --git a/CenIsere_AUTOMAP/tools/PythonSQL.py b/CenIsere_AUTOMAP/tools/PythonSQL.py index 99963120..1d59f38c 100644 --- a/CenIsere_AUTOMAP/tools/PythonSQL.py +++ b/CenIsere_AUTOMAP/tools/PythonSQL.py @@ -9,21 +9,21 @@ if IPAddr[0:11] == "100.100.100": #4269 dbname = "sig4269" sigdb="sig4269" refdb="ref_geo4269" - password = "McVities" + password = "xxxxx" if IPAddr[0:9] == "192.168.0": #01 host = "192.168.0.201" port = "5432" dbname = "sig01" sigdb="sig01" refdb="ref_geo01" - password = "McVities" + password = "xxxxx" if IPAddr[0:9] == "192.168.1": #0726 host = "192.168.1.201" port = "5432" dbname = "sig0726" sigdb="sig0726" refdb="ref_geo0726" - password = "McVities" + password = "xxxxx" if sys.platform == 'linux': os_user = os.environ['USER'] else: