remove postgres names

This commit is contained in:
flynn 2019-02-13 22:44:48 +01:00
parent b8c4f1ae53
commit 2cb136eb12
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"