replace dashed for underscores
This commit is contained in:
parent
ca5c49b3a3
commit
55e63e9409
2 changed files with 7 additions and 7 deletions
|
@ -14,7 +14,7 @@ cat_git_destination: "/home/{{ cat_user }}/cat_src"
|
|||
|
||||
cat_app_port: 3000
|
||||
|
||||
authorize-uri: "https://adams.ugent.be/oauth/oauth2/authorize/"
|
||||
access-token-uri: "https://adams.ugent.be/oauth/oauth2/token/"
|
||||
oauth-consumer-key: "tomtest"
|
||||
oauth-consumer-secret: "blargh"
|
||||
authorize_uri: "https://adams.ugent.be/oauth/oauth2/authorize/"
|
||||
access_token_uri: "https://adams.ugent.be/oauth/oauth2/token/"
|
||||
oauth_consumer_key: "tomtest"
|
||||
oauth_consumer_secret: "blargh"
|
|
@ -5,8 +5,8 @@
|
|||
DATABASE_URL="postgresql://localhost:{{ cat_postgres_db_port }}/{{ cat_postgres_db }}?user={{ cat_postgres_user }}&password={{ cat_postgres_password }}"
|
||||
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 }}"
|
||||
ACCESS-TOKEN-URI="{{ access_token_uri }}"
|
||||
OAUTH-CONSUMER-KEY="{{ OAUTH_CONSUMER_KEY }}"
|
||||
OAUTH-CONSUMER-SECRET="{{ OAUTH_CONSUMER_SECRET }}"
|
||||
|
||||
java -jar {{ cat_git_destination }}/releases/cat-{{version}}-SNAPSHOT.jar
|
||||
|
|
Loading…
Reference in a new issue