8 lines
195 B
Text
8 lines
195 B
Text
DB_HOST=127.0.0.1
|
|
DB_PORT=3307
|
|
DB_NAME=darkwatch
|
|
DB_USER=darkwatch
|
|
DB_PASSWORD=darkwatch_dev
|
|
DB_ROOT_PASSWORD=rootpassword_dev
|
|
JWT_SECRET=change_me_in_production
|
|
CLIENT_URL=http://localhost:5173
|