docs(env): add postgres env variables
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
#Local mode, set to true to access admin pages with any users
|
||||
LOCAL=false
|
||||
|
||||
POSTGRES_HOST = db
|
||||
POSTGRES_PORT = 5432
|
||||
POSTGRES_PASS = astrongpass
|
||||
POSTGRES_USER = postgres
|
||||
POSTGRES_DB = polympr
|
||||
|
||||
Reference in New Issue
Block a user