Initial commit - cleaned for CV
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# Database
|
||||
DB_USER=econ_user
|
||||
DB_PASSWORD=change_this_password_in_production
|
||||
DB_NAME=econ_db
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
|
||||
# JWT
|
||||
JWT_SECRET=your-secret-key-change-in-production-min-32-chars
|
||||
|
||||
# Server
|
||||
SERVER_PORT=8080
|
||||
Reference in New Issue
Block a user