consistent uppercase
This commit is contained in:
parent
55e63e9409
commit
b8c4f1ae53
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ DATABASE_URL="postgresql://localhost:{{ cat_postgres_db_port }}/{{ cat_postgres_
|
||||||
PORT="{{ cat_app_port }}"
|
PORT="{{ cat_app_port }}"
|
||||||
AUTHORIZE-URI="{{ authorize_uri }}"
|
AUTHORIZE-URI="{{ authorize_uri }}"
|
||||||
ACCESS-TOKEN-URI="{{ access_token_uri }}"
|
ACCESS-TOKEN-URI="{{ access_token_uri }}"
|
||||||
OAUTH-CONSUMER-KEY="{{ OAUTH_CONSUMER_KEY }}"
|
OAUTH-CONSUMER-KEY="{{ oauth_consumer_key }}"
|
||||||
OAUTH-CONSUMER-SECRET="{{ OAUTH_CONSUMER_SECRET }}"
|
OAUTH-CONSUMER-SECRET="{{ oauth_consumer_secret }}"
|
||||||
|
|
||||||
java -jar {{ cat_git_destination }}/releases/cat-{{version}}-SNAPSHOT.jar
|
java -jar {{ cat_git_destination }}/releases/cat-{{version}}-SNAPSHOT.jar
|
||||||
|
|
Loading…
Reference in a new issue