rename env files
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