Initial
This commit is contained in:
13
listify-api/.env.example
Normal file
13
listify-api/.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
PORT=3000
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_PORT=3306
|
||||
DB_USERNAME=listify
|
||||
DB_PASSWORD=change-me
|
||||
DB_DATABASE=listify
|
||||
DB_LOGGING=false
|
||||
|
||||
JWT_ACCESS_SECRET=change-me-access-secret
|
||||
JWT_REFRESH_SECRET=change-me-refresh-secret
|
||||
|
||||
CLIENT_URL=http://localhost:4200
|
||||
Reference in New Issue
Block a user