浏览代码

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"