Skip to content

Commit

Permalink
version the awesim production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcmichael committed Oct 27, 2016
1 parent 9590776 commit 19bb2b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .env.production.awesim
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
OOD_PORTAL="awesim"

APP_TYPE="usr"
APP_OWNER="$(stat -c %U $PWD)"
APP_NAME="$(basename $PWD)"
APP_TOKEN="$APP_TYPE/$APP_OWNER/$APP_NAME"

SECRET_KEY_BASE="8bc86ade88fcbf44272f1d20b7bea4f8df1d655129e38ac3d433a22d262f68fb693c20125b7ec14b66dd40fac2325e5ec728003cf76797bcc52d8f6e38c2389b"

OOD_DATAROOT="$HOME/$OOD_PORTAL/data/$APP_OWNER/$APP_NAME"
RAILS_RELATIVE_URL_ROOT="/pun/$APP_TYPE/$APP_OWNER/$APP_NAME"

0 comments on commit 19bb2b1

Please sign in to comment.