waiverdb role: fix one syntax error
This commit is contained in:
parent
e3121a3877
commit
c3f7563a61
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
SECRET_KEY = '{{ waiverdb_secret_key }}'
|
||||
SQLALCHEMY_DATABASE_URI = 'postgresql://waiverdb_user@:{{ waiverdb_db_port }/waiverdb
|
||||
SQLALCHEMY_DATABASE_URI = 'postgresql://waiverdb_user@:{{ waiverdb_db_port }}/waiverdb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue