dating/.env.example
Pravdin Egor 51344d2018 init repo
2023-09-10 16:40:53 +07:00

13 lines
213 B
Plaintext

# app port
API_PORT=3001
# db config
DB_HOST=localhost
DB_PORT=25432
DB_USER=dating-admin
DB_PASSWORD=7TTLpNh4GtQcDAMY
DB_NAME=dating-db
# jwt
JWT_SECRET=3XUR3uRX6KHH5LI7nsWUh7RyhpJ8ST9t
JWT_EXPIRATION_TIME=3600