You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
507 B
30 lines
507 B
### BACK ###
|
|
HOST=localhost
|
|
FRONT_PORT=80
|
|
BACK_PORT=3001
|
|
HASH_SALT=10
|
|
|
|
### FRONT ###
|
|
VITE_HOST=localhost
|
|
VITE_BACK_PORT=3001
|
|
|
|
### GAME ###
|
|
VITE_FRONT_FPS=144
|
|
|
|
### 2FA ###
|
|
MAIL_USER=vaganiwast@gmail.com
|
|
MAIL_PASSWORD=
|
|
|
|
### AUTH ###
|
|
FT_OAUTH_CLIENT_ID=
|
|
FT_OAUTH_CLIENT_SECRET=
|
|
FT_OAUTH_CALLBACK_URL=http://localhost:3001/log/inReturn
|
|
JWT_SECRET=
|
|
JWT_EXPIRATION_TIME=900
|
|
|
|
### DB ###
|
|
POSTGRES_HOST=postgres
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USER=postgres_usr
|
|
POSTGRES_PASSWORD=postgres_pw
|
|
POSTGRES_DB=transcendence
|
|
|