Content
You are here:
Docker Image Install
Added by Michael Cooper over 5 years ago
Hey Guys,
I am new to openproject although not new to docker and such. However I noticed from your site https://www.openproject.org/docker/ - You start the container with the following line:
docker run -d -p 8080:80 -e SECRET_KEY_BASE=secret openproject/community:8
What is the SECRET_KEY_BASE for? Is this the admin password for the application?
Thanks for your help,
Michael
Replies (2)
I was also wondering. No one to answer? Or are the docs so sparse by design so you have to book professional help? ;)
Hi I remember to have read, that is it used as SALT to the encryption of confidentia data. E.g. a user password in the local database (in case you do not use an AD/LDAP).