carlnewton / habitat

GNU Affero General Public License v3.0
21 stars 1 forks source link

Do we need to encourage changing the APP_SECRET value in the symfony .env file in the readme? #7

Closed carlnewton closed 2 months ago

carlnewton commented 2 months ago

I've removed it from the .env file and added a randomly generated app secret to the docker entrypoint step to allow for it to be created dynamically on deployment. I don't know for certain if it will persist. Perhaps there's something more convoluted to docker hosting than I know, in which case a 500 error will appear complaining of a missing environment variable. If this happens we'll have to revisit this.