init repo
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user