mirror of
https://github.com/cheveguerra/Whaticket.git
synced 2026-04-18 11:39:14 +00:00
27 lines
439 B
Plaintext
27 lines
439 B
Plaintext
# MYSQL
|
|
MYSQL_ENGINE=
|
|
MYSQL_VERSION=
|
|
MYSQL_ROOT_PASSWORD=
|
|
MYSQL_DATABASE=whaticket
|
|
MYSQL_PORT=
|
|
TZ=
|
|
|
|
# BACKEND
|
|
BACKEND_PORT=
|
|
BACKEND_SERVER_NAME=api.mydomain.com
|
|
BACKEND_URL=https://api.mydomain.com
|
|
PROXY_PORT=443
|
|
JWT_SECRET=
|
|
JWT_REFRESH_SECRET=
|
|
|
|
# FRONTEND
|
|
FRONTEND_PORT=80
|
|
FRONTEND_SSL_PORT=443
|
|
FRONTEND_SERVER_NAME=myapp.mydomain.com
|
|
FRONTEND_URL=https://myapp.mydomain.com
|
|
|
|
# BROWSERLESS
|
|
MAX_CONCURRENT_SESSIONS=
|
|
|
|
# PHPMYADMIN
|
|
PMA_PORT= |