mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
added readmes for .env templates
This commit is contained in:
8
traque-back/readme.md
Normal file
8
traque-back/readme.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# template of the .env file
|
||||||
|
```
|
||||||
|
ADMIN_PASSWORD = 'admin password here'
|
||||||
|
HOST = '10.192.64.61'
|
||||||
|
PORT = 3001
|
||||||
|
SSL_KEY = "key.pem"
|
||||||
|
SSL_CERT = "server.crt"
|
||||||
|
```
|
||||||
5
traque-front/readme.md
Normal file
5
traque-front/readme.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Template of the .env file
|
||||||
|
```
|
||||||
|
NEXT_PUBLIC_SOCKET_HOST = 'quentinrsl.com'
|
||||||
|
NEXT_PUBLIC_SOCKET_PORT = 3001
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user