remove postgres names
This commit is contained in:
parent
b8c4f1ae53
commit
2cb136eb12
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Run the java jar
|
||||
|
||||
DATABASE_URL="postgresql://localhost:{{ cat_postgres_db_port }}/{{ cat_postgres_db }}?user={{ cat_postgres_user }}&password={{ cat_postgres_password }}"
|
||||
DATABASE_URL="mysql://localhost:{{ cat_db_port }}/{{ cat_db_name }}?user={{ cat_db_user }}&password={{ cat_db_password }}"
|
||||
PORT="{{ cat_app_port }}"
|
||||
AUTHORIZE-URI="{{ authorize_uri }}"
|
||||
ACCESS-TOKEN-URI="{{ access_token_uri }}"
|
||||
|
|
Loading…
Reference in a new issue