Procházet zdrojové kódy

Change credentials file to use python_app user

Avoi to use postgres user.
DricomDragon před 5 roky
rodič
revize
7af9b333e5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      consumer/credentials.py

+ 1 - 1
consumer/credentials.py

@@ -1,3 +1,3 @@
 def getCredentials():
     """ Return credentials for the database """
-    return "host=localhost dbname=logistics user=postgres password=postgres_password"
+    return "host=localhost dbname=logistics user=python_app password=blablapoivron"