s/dashes/underscores
This commit is contained in:
parent
cefba8dfcf
commit
857d01a604
1 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
||||||
|
|
||||||
DATABASE_URL="mysql://localhost:{{ cat_db_port }}/{{ cat_db_name }}?user={{ cat_db_user }}&password={{ cat_db_password }}"
|
DATABASE_URL="mysql://localhost:{{ cat_db_port }}/{{ cat_db_name }}?user={{ cat_db_user }}&password={{ cat_db_password }}"
|
||||||
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