init repo

This commit is contained in:
Pravdin Egor
2023-09-10 16:40:53 +07:00
commit 51344d2018
29 changed files with 6210 additions and 0 deletions
+13
View File
@@ -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