Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing secret_token and secret_key_base for 'production' environment, set these values in config/secrets.yml #4

Closed
lsdace30095 opened this issue Jan 13, 2016 · 2 comments

Comments

@lsdace30095
Copy link

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?

@fernandes
Copy link
Member

Hi Lou,

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)

Thank you

@fernandes
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants