8 lines
134 B
Bash
8 lines
134 B
Bash
# Database
|
|
DB_URL=jdbc:postgresql://aklivtsov.tech:5430/prog7_db
|
|
DB_USER=mainUser
|
|
DB_PASS=superDuperPassword
|
|
|
|
# JWT
|
|
JWT_SECRET=random
|