Skip to content

Commit

Permalink
Atualização do .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh authored Jun 8, 2022
1 parent 72d87fd commit b4f63b1
Showing 1 changed file with 15 additions and 21 deletions.
36 changes: 15 additions & 21 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
# MYSQL
MYSQL_ENGINE=
MYSQL_VERSION=
MYSQL_ROOT_PASSWORD=
MYSQL_DATABASE=whaticket
MYSQL_PORT=
TZ=
NODE_ENV=
BACKEND_URL=http://localhost
FRONTEND_URL=http://localhost:3000
PORT=8080
PROXY_PORT=8080
CHROME_BIN=C:\Program Files\Google\Chrome\Application\chrome.exe

# BACKEND
BACKEND_PORT=
BACKEND_SERVER_NAME=api.mydomain.com
BACKEND_URL=https://api.mydomain.com
PROXY_PORT=443
JWT_SECRET=
JWT_REFRESH_SECRET=
DB_DIALECT=mysql
DB_HOST=localhost
DB_USER=root
DB_PASS=
DB_NAME=pressticket

# FRONTEND
FRONTEND_PORT=80
FRONTEND_SSL_PORT=443
FRONTEND_SERVER_NAME=myapp.mydomain.com
FRONTEND_URL=https://myapp.mydomain.com
USER_LIMIT=3
CONNECTIONS_LIMIT=1

# BROWSERLESS
MAX_CONCURRENT_SESSIONS=
JWT_SECRET=5g1yk7pD9q3YL0iBEuUlPwOiWLj3I5tK+/rhHm+jgdE=
JWT_REFRESH_SECRET=F2c8gag5nvqQkBOmOu5dWkK+gqZnjPUzHmx7S2tWkvs=

0 comments on commit b4f63b1

Please sign in to comment.