further imporved readme

This commit is contained in:
2024-06-10 18:40:45 +00:00
parent 5ce54a8481
commit 92bc5cf4dc
4 changed files with 29 additions and 7 deletions

View File

@@ -1,8 +1,18 @@
# template of the .env file
```
ADMIN_PASSWORD = 'admin password here'
HOST = '10.192.64.61'
HOST = 'traque.rezel.net'
PORT = 3001
SSL_KEY = "key.pem"
SSL_CERT = "server.crt"
```
SSL_KEY = "../proxy/ssl/privkey.pem"
SSL_CERT = "../proxy/ssl/cert.pem"
```
# 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

View File

@@ -1,2 +0,0 @@
*
!.gitignore