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
Currently there is a config/credentials.yml.enc in the project, new projects forked from this should replace it with a new one for safety, it will be nice to provide a way to regenerate the credentials.
Steps to regenerate manually:
delete credentials.yml.enc
go into docker container, run rails credentials:edit
cat config/master.key, put the key as docker env RAILS_MASTER_KEY, and delete config/master.key
The text was updated successfully, but these errors were encountered:
Currently there is a
config/credentials.yml.enc
in the project, new projects forked from this should replace it with a new one for safety, it will be nice to provide a way to regenerate the credentials.Steps to regenerate manually:
credentials.yml.enc
rails credentials:edit
cat config/master.key
, put the key as docker envRAILS_MASTER_KEY
, and deleteconfig/master.key
The text was updated successfully, but these errors were encountered: