mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-05 22:21:26 +00:00
Moving to passenger + nginx
This commit is contained in:
11
deploy/nginx-env.conf
Normal file
11
deploy/nginx-env.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
env WRESTLINGDEV_DB_NAME;
|
||||
env WRESTLINGDEV_DB_USR;
|
||||
env WRESTLINGDEV_DB_PWD;
|
||||
env WRESTLINGDEV_DB_HOST;
|
||||
env WRESTLINGDEV_DB_PORT;
|
||||
env WRESTLINGDEV_DEVISE_SECRET_KEY;
|
||||
env WRESTLINGDEV_SECRET_KEY_BASE;
|
||||
env MEMCACHIER_SERVERS;
|
||||
env MEMCACHIER_USERNAME;
|
||||
env MEMCACHIER_PASSWORD;
|
||||
env PATH;
|
||||
Reference in New Issue
Block a user