diff options
| author | mo khan <mo@mokhan.ca> | 2015-11-11 17:40:49 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-11-11 17:40:49 -0700 |
| commit | db3a2c8e2eaaa361108705c76c7fe7a63203c69e (patch) | |
| tree | 92f1969d49749a10792f739e40b7821b7f308a51 /attributes | |
| parent | 7333ef66532c03d534dd2266373ba4329d019410 (diff) | |
run as rails user.
Diffstat (limited to 'attributes')
| -rw-r--r-- | attributes/default.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/attributes/default.rb b/attributes/default.rb index 896af4c..b411d1a 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -57,10 +57,10 @@ pg_connection_string = nil end default['stronglifters']['env'] = { - asset_host: '', - database_url: pg_connection_string, - rails_env: 'production', - secret_token: '', + ASSET_HOST: '', + DATABASE_URL: pg_connection_string, + RAILS_ENV: 'production', + SECRET_TOKEN: '', } default['stronglifters']['nginx']['ssl']['key'] = <<-SELFSIGNED |
