All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: aovantsev <aovantsev@avito.ru> Reviewed-on: #3
13 lines
330 B
Plaintext
13 lines
330 B
Plaintext
# Database Configuration
|
|
DATABASE_URL=postgres://postgres:password@localhost:5432/counter_db?sslmode=disable
|
|
|
|
# JWT Configuration
|
|
JWT_SECRET=your-super-secret-jwt-key-change-in-production
|
|
|
|
# Server Configuration
|
|
PORT=8080
|
|
GIN_MODE=release
|
|
|
|
# Frontend Configuration (for development)
|
|
REACT_APP_API_URL=http://localhost:8080/api/v1
|