Add app name to PG settings
This commit is contained in:
parent
ab3ba06f18
commit
c551e02c2e
@ -11,6 +11,7 @@ CAC_URL = https://localhost:8001
|
|||||||
REQUESTS_QUEUE_BASE_URL = http://localhost:8003
|
REQUESTS_QUEUE_BASE_URL = http://localhost:8003
|
||||||
REDIS_URI = redis://localhost:6379
|
REDIS_URI = redis://localhost:6379
|
||||||
SESSION_TTL_SECONDS = 600
|
SESSION_TTL_SECONDS = 600
|
||||||
|
PGAPPNAME = atst
|
||||||
PGHOST = localhost
|
PGHOST = localhost
|
||||||
PGPORT = 5432
|
PGPORT = 5432
|
||||||
PGUSER = postgres
|
PGUSER = postgres
|
||||||
|
Loading…
x
Reference in New Issue
Block a user