Преглед изворни кода

Change credentials file to use python_app user

Avoi to use postgres user.
DricomDragon пре 5 година
родитељ
комит
7af9b333e5
1 измењених фајлова са 1 додато и 1 уклоњено
  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"