mirror of
https://github.com/cheveguerra/Whaticket.git
synced 2026-04-17 19:26:18 +00:00
Initial commit
This commit is contained in:
27
.env.example
Normal file
27
.env.example
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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=
|
||||
Reference in New Issue
Block a user