the beginning of the idiots

This commit is contained in:
2025-10-24 14:51:13 -05:00
parent 0b377030c6
commit cb06217ef7
123 changed files with 10279 additions and 0 deletions

17
qwen/go/.env Normal file
View 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