rename env files
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is passing

This commit is contained in:
aovantsev
2025-10-03 13:39:28 +03:00
parent d0f14dfca2
commit 8a04da0dde
4 changed files with 0 additions and 0 deletions

7
_.env.development Normal file
View 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