new file: backend/.env new file: frontend/public/icon.svg new file: frontend/public/vite.svg
7 lines
142 B
Bash
7 lines
142 B
Bash
DB_HOST=90.189.198.107
|
|
DB_PORT=5431
|
|
DB_USER=postgres
|
|
DB_PASSWORD=g7K4b4Xv!
|
|
DB_NAME=time_tracking
|
|
JWT_SECRET=your_jwt_secret_key_here
|
|
PORT=5000 |