added readmes for .env templates

This commit is contained in:
2024-03-27 23:14:52 +00:00
parent c0c21aeeb8
commit 884b440a81
2 changed files with 13 additions and 0 deletions

8
traque-back/readme.md Normal file
View 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"
```