File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ export RAILS_ENV=production
33export NODE_ENV = production
44
55# TODO: Generate a secret
6- # 1. generate `rails secret`
7- # 2. add to the env variables SECRET_KEY_BASE and RAILS_MASTER_KEY
8- # 3. run `rails credentials:edit --environment production` and enter the secret under `secret_key_base`
9- # export SECRET_KEY_BASE=<SECRET KEY>
106# export RAILS_MASTER_KEY=<SECRET KEY>
117
128# TODO: choose one restart policy
@@ -33,4 +29,8 @@ export NODE_ENV=production
3329
3430# TODO: Add postgres user and password
3531# export POSTGRES_USER=<POSTGRES USER>
36- # export POSTGRES_PASSWORD=<POSTGRES PASSWORD>
32+ # export POSTGRES_PASSWORD=<POSTGRES PASSWORD>
33+
34+ # serve static files since precompiled
35+ # export RAILS_SERVE_STATIC_FILES=true
36+ # export RAILS_LOG_TO_STDOUT=true
You can’t perform that action at this time.
0 commit comments