feature/plantit (#5)
Co-authored-by: Sönke Domröse <soenke.domroese@lichtblick.de> Reviewed-on: https://git.home.domroese.eu/nerdlicht/docker-container/pulls/5
This commit is contained in:
38
plantit/server.env
Normal file
38
plantit/server.env
Normal file
@@ -0,0 +1,38 @@
|
||||
#
|
||||
# DB
|
||||
#
|
||||
MYSQL_HOST=db
|
||||
MYSQL_PORT=3306
|
||||
MYSQL_USERNAME=plantit
|
||||
MYSQL_PSW=plantit123
|
||||
MYSQL_DATABASE=bootdb
|
||||
MYSQL_ROOT_PASSWORD=plantit123
|
||||
|
||||
#
|
||||
# JWT
|
||||
#
|
||||
JWT_SECRET=putTheSecretHere
|
||||
JWT_EXP=1
|
||||
|
||||
#
|
||||
# Server config
|
||||
#
|
||||
USERS_LIMIT=-1
|
||||
UPLOAD_DIR=/upload-dir
|
||||
API_PORT=8632
|
||||
TREFLE_KEY=
|
||||
LOG_LEVEL=DEBUG
|
||||
ALLOWED_ORIGINS=*
|
||||
|
||||
#
|
||||
# Cache
|
||||
#
|
||||
CACHE_TTL=86400
|
||||
CACHE_HOST=cache
|
||||
CACHE_PORT=6379
|
||||
|
||||
#
|
||||
# SSL
|
||||
#
|
||||
SSL_ENABLED=false
|
||||
CERTIFICATE_PATH=/certificates/
|
||||
Reference in New Issue
Block a user