Skip to content
Snippets Groups Projects
Commit 5220bd9d authored by Elian Loraux's avatar Elian Loraux
Browse files

remove root password variable to change in webapp

parent 991b8a54
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ PORT=3000
# Variable to change
SECRET_ROOT_USER= # User as the root admin user
SECRET_ROOT_PASSWORD= # The admin user password (change this after signed in)
SECRET_ROOT_EMAIL= # The email for the admin user
SECRET_JWT_SECRET= # Override this for the secret signin JWT tokens for log in
......
......@@ -16,4 +16,6 @@ touch database/hammelig.db
chown 1000:1000 data/hemmelig database
docker-compose up
# Change password of admin with web app
```
......@@ -13,7 +13,6 @@ services:
- SECRET_PORT=${PORT}
- SECRET_HOST=${HOST}
- SECRET_ROOT_USER=${SECRET_ROOT_USER}
- SECRET_ROOT_PASSWORD=${SECRET_ROOT_PASSWORD}
- SECRET_ROOT_EMAIL=${SECRET_ROOT_EMAIL}
- SECRET_FORCED_LANGUAGE=${SECRET_FORCED_LANGUAGE}
- SECRET_JWT_SECRET=${SECRET_JWT_SECRET}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment