backend base
This commit is contained in:
10
backend/.env
Executable file
10
backend/.env
Executable file
@@ -0,0 +1,10 @@
|
||||
NODE_ENV=development
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_PORT=3306
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=init00!!
|
||||
DB_DATABASE=boilerplate_db
|
||||
|
||||
JWT_SECRET=jwt-secret
|
||||
JWT_EXPIRES_IN=600s
|
Reference in New Issue
Block a user