mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
14 lines
222 B
Plaintext
14 lines
222 B
Plaintext
DATABASE_PASSWORD=postgres
|
|
DATABASE_NAME=bot_db
|
|
DATABASE_USERNAME=postgres
|
|
DATABASE_HOST=localhost
|
|
DATABASE_PORT=5432
|
|
|
|
SERVER_PORT=3000
|
|
|
|
REDIS_HOST=localhost
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=123
|
|
REDIS_DB=1
|
|
|
|
JWT_SECRET=secret |