mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 02:10:18 +01:00
16 lines
312 B
Markdown
16 lines
312 B
Markdown
# template of the .env file
|
|
```
|
|
ADMIN_PASSWORD_HASH = 'admin password SHA256 hash here'
|
|
HOST = 'traque.rezel.net'
|
|
PORT = 3001
|
|
```
|
|
# Run dev version
|
|
First install the dependencies
|
|
```
|
|
npm install
|
|
```
|
|
Then run the server
|
|
```
|
|
npm start
|
|
```
|
|
Make sure an uploads folder is present in the root directory of the backend |