consistent uppercase

This commit is contained in:
flynn 2019-02-13 22:41:27 +01:00
parent 55e63e9409
commit b8c4f1ae53
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ DATABASE_URL="postgresql://localhost:{{ cat_postgres_db_port }}/{{ cat_postgres_
PORT="{{ cat_app_port }}"
AUTHORIZE-URI="{{ authorize_uri }}"
ACCESS-TOKEN-URI="{{ access_token_uri }}"
OAUTH-CONSUMER-KEY="{{ OAUTH_CONSUMER_KEY }}"
OAUTH-CONSUMER-SECRET="{{ OAUTH_CONSUMER_SECRET }}"
OAUTH-CONSUMER-KEY="{{ oauth_consumer_key }}"
OAUTH-CONSUMER-SECRET="{{ oauth_consumer_secret }}"
java -jar {{ cat_git_destination }}/releases/cat-{{version}}-SNAPSHOT.jar