Ver Fonte

Change credentials file to use python_app user

Avoi to use postgres user.
DricomDragon há 5 anos atrás
pai
commit
7af9b333e5
1 ficheiros alterados com 1 adições e 1 exclusões
  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"