basic frontend (#3)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: aovantsev <aovantsev@avito.ru> Reviewed-on: #3
This commit is contained in:
7
_.env.development
Normal file
7
_.env.development
Normal file
@@ -0,0 +1,7 @@
|
||||
# Development Environment
|
||||
ENVIRONMENT=development
|
||||
DATABASE_URL=postgres://postgres:password@postgres:5432/counter_db?sslmode=disable
|
||||
JWT_SECRET=dev-secret-key-change-in-production
|
||||
PORT=8080
|
||||
GIN_MODE=debug
|
||||
LOG_LEVEL=debug
|
||||
Reference in New Issue
Block a user