the beginning of the idiots
This commit is contained in:
17
qwen/go/.env
Normal file
17
qwen/go/.env
Normal file
@@ -0,0 +1,17 @@
|
||||
# Application Configuration
|
||||
PORT=17000
|
||||
DATABASE_URL=postgresql://mohportal:password@db:5432/mohportal
|
||||
REDIS_URL=redis:6379
|
||||
JWT_SECRET=supersecretkeyforjwt
|
||||
|
||||
# OIDC Configuration
|
||||
OIDC_ISSUER=http://keycloak:8080/realms/master
|
||||
OIDC_CLIENT_ID=mohportal-client
|
||||
OIDC_CLIENT_SECRET=mohportal-secret
|
||||
|
||||
# Security Headers
|
||||
SECURE_COOKIES=true
|
||||
ALLOWED_ORIGINS=*
|
||||
|
||||
# Logging
|
||||
LOG_LEVEL=info
|
||||
Reference in New Issue
Block a user