Use legal database-user name
This commit is contained in:
parent
89511e3747
commit
e879b0ba05
@ -5,7 +5,7 @@ image:
|
||||
|
||||
extraEnv:
|
||||
- name: DATABASE_URL
|
||||
value: postgresql://user:pass@edh-elo-postgresql/postgres
|
||||
value: postgresql://db_user:pass@edh-elo-postgresql/postgres
|
||||
|
||||
postgresql:
|
||||
primary:
|
||||
@ -15,7 +15,7 @@ postgresql:
|
||||
# TODO - switch to using a secret (and update `extraEnv`, above)
|
||||
scripts:
|
||||
psql.sql: |
|
||||
CREATE USER user WITH PASSWORD 'pass';
|
||||
CREATE USER db_user WITH PASSWORD 'pass';
|
||||
|
||||
|
||||
############
|
||||
|
Loading…
x
Reference in New Issue
Block a user