replace password with hash

This commit is contained in:
Mathieu Oriol
2024-09-18 14:12:46 +02:00
parent 616f42880d
commit f14453f6fc
7 changed files with 30 additions and 22 deletions

View File

@@ -1,10 +1,8 @@
# template of the .env file
```
ADMIN_PASSWORD = 'admin password here'
ADMIN_PASSWORD_HASH = 'admin password SHA256 hash here'
HOST = 'traque.rezel.net'
PORT = 3001
SSL_KEY = "ssl/privkey.pem"
SSL_CERT = "ssl/cert.pem"
```
# Run dev version
First install the dependencies