There doesn't seem to be a configuration option for the secrets.yml
check even if I am running Rails as a JSON API
Puma caught this error:
Missing
secret_token
andsecret_key_base
for 'production' environment, set these values inconfig/secrets.yml
(RuntimeError)
Any clue what to do? I suppose I can generate a dummy secret_key_base
and move on