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.production
Normal file
7
.env.production
Normal file
@@ -0,0 +1,7 @@
|
||||
# Production Environment
|
||||
ENVIRONMENT=production
|
||||
DATABASE_URL=postgres://postgres:password@postgres:5432/counter_db?sslmode=disable
|
||||
JWT_SECRET=super-secure-production-secret-change-this
|
||||
PORT=8080
|
||||
GIN_MODE=release
|
||||
LOG_LEVEL=warn
|
||||
Reference in New Issue
Block a user