-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69fe780
commit 2e32832
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
|
||
APP_NAME=$1 | ||
|
||
cf set-env $APP_NAME AUTH_KEY $AUTH_KEY | ||
cf set-env $APP_NAME SECURE_AUTH_KEY $SECURE_AUTH_KEY | ||
cf set-env $APP_NAME LOGGED_IN_KEY $LOGGED_IN_KEY | ||
cf set-env $APP_NAME NONCE_KEY $NONCE_KEY | ||
cf set-env $APP_NAME AUTH_SALT $AUTH_SALT | ||
cf set-env $APP_NAME SECURE_AUTH_SALT $SECURE_AUTH_SALT | ||
cf set-env $APP_NAME LOGGED_IN_SALT $LOGGED_IN_SALT | ||
cf set-env $APP_NAME NONCE_SALT $NONCE_SALT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,4 @@ | |
.ssh | ||
test.lp | ||
setup.json | ||
setup.sh | ||
manifest.yml |