Pheuw1
2 years ago
5 changed files with 8 additions and 29 deletions
@ -1,26 +0,0 @@ |
|||||
POSTGRES_HOST=postgres |
|
||||
POSTGRES_PORT=5432 |
|
||||
POSTGRES_USER=postgres_usr |
|
||||
POSTGRES_PASSWORD=postgres_pw |
|
||||
POSTGRES_DB=transcendence |
|
||||
|
|
||||
PGADMIN_DEFAULT_EMAIL=admin@pg.com |
|
||||
PGADMIN_DEFAULT_PASSWORD=admin |
|
||||
|
|
||||
MAIL_USER=vaganiwast@gmail.com |
|
||||
MAIL_PASSWORD= |
|
||||
|
|
||||
FRONT_FPS=144 |
|
||||
|
|
||||
HOST=localhost |
|
||||
VITE_HOST=localhost |
|
||||
FRONT_PORT=80 |
|
||||
BACK_PORT=3001 |
|
||||
HASH_SALT=10 |
|
||||
|
|
||||
JWT_SECRET=test |
|
||||
JWT_EXPIRATION_TIME=900 |
|
||||
|
|
||||
FT_OAUTH_CLIENT_ID= |
|
||||
FT_OAUTH_CLIENT_SECRET= |
|
||||
FT_OAUTH_CALLBACK_URL=http://$HOST:$BACK_PORT/log/inReturn |
|
@ -0,0 +1,2 @@ |
|||||
|
- manage users on deleting channel |
||||
|
- delete |
Loading…
Reference in new issue