plantit
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
#
|
||||
MYSQL_HOST=db
|
||||
MYSQL_PORT=3306
|
||||
MYSQL_USERNAME=plantit
|
||||
MYSQL_PSW=plantit123
|
||||
MYSQL_USERNAME=root
|
||||
MYSQL_PSW=root
|
||||
MYSQL_DATABASE=bootdb
|
||||
MYSQL_ROOT_PASSWORD=plantit123
|
||||
MYSQL_ROOT_PASSWORD=root
|
||||
|
||||
#
|
||||
# JWT
|
||||
@@ -19,8 +19,8 @@ JWT_EXP=1
|
||||
#
|
||||
USERS_LIMIT=-1
|
||||
UPLOAD_DIR=/upload-dir
|
||||
API_PORT=8632
|
||||
TREFLE_KEY=
|
||||
API_PORT=8080
|
||||
FLORACODEX_KEY=
|
||||
LOG_LEVEL=DEBUG
|
||||
ALLOWED_ORIGINS=*
|
||||
|
||||
@@ -30,9 +30,3 @@ ALLOWED_ORIGINS=*
|
||||
CACHE_TTL=86400
|
||||
CACHE_HOST=cache
|
||||
CACHE_PORT=6379
|
||||
|
||||
#
|
||||
# SSL
|
||||
#
|
||||
SSL_ENABLED=false
|
||||
CERTIFICATE_PATH=/certificates/
|
||||
Reference in New Issue
Block a user