You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have created the secrets.yml file in config folder and formatted it as
api_key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
username = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
endpoint_url = https://api.softlayer.com/xmlrpc/v3/
timeout = 60
However I continue o get error in browser Missing secret_token and secret_key_base for 'production' environment, set these values in config/secrets.yml.
How and where should this file be formatted and located?
The text was updated successfully, but these errors were encountered:
Actually this is almost a blank rails repo, just the skeleton to keep the development forward. I proposed some dev guidelines here: #1 but we haven't moved yet.
To address the secrets.yml file you said I made this commit, you just need to set the SECRET_KEY_BASE environment variable. (you can generate with rake secret)
@lsdace30095 just following up this issue and #2 , now we have a usable version on master if you'd like to try, now you should get it working without (I hope so heheh) any issue.
We have created the secrets.yml file in config folder and formatted it as
api_key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
username = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
endpoint_url = https://api.softlayer.com/xmlrpc/v3/
timeout = 60
However I continue o get error in browser Missing
secret_token
andsecret_key_base
for 'production' environment, set these values inconfig/secrets.yml
.How and where should this file be formatted and located?
The text was updated successfully, but these errors were encountered: