api-platform-heroku
api-platform-heroku copied to clipboard
app.json env vars are not available to SF
(edited)
app.json env vars are not available to SF
Well, I see it's on app.json, but for some reason it was not loaded. Now it's complaining about "secret"
It worked for me using the app.json and changing the config.yml to:
secret: '%env(SYMFONY__SECRET)%'
Maybe you did it too, but it's not in the docs.