rename env files
This commit is contained in:
7
_.env.staging
Normal file
7
_.env.staging
Normal file
@@ -0,0 +1,7 @@
|
||||
# Staging Environment
|
||||
ENVIRONMENT=staging
|
||||
DATABASE_URL=postgres://postgres:password@postgres:5432/counter_db?sslmode=disable
|
||||
JWT_SECRET=staging-secret-key-change-this
|
||||
PORT=8080
|
||||
GIN_MODE=release
|
||||
LOG_LEVEL=info
|
||||
Reference in New Issue
Block a user