the middle of the idiots

This commit is contained in:
2025-10-24 16:29:40 -05:00
parent 6a58e19b10
commit 721301c779
2472 changed files with 237076 additions and 418 deletions

16
qwen/python/.env Normal file
View File

@@ -0,0 +1,16 @@
# Environment variables for the MerchantsOfHope application
# General settings
DEBUG=False
SECRET_KEY=replace-this-with-a-secure-random-key-in-production
# Database settings
DATABASE_URL=postgresql://user:password@db:5432/merchants_of_hope
# OIDC settings (example values, replace with actual values)
OIDC_ISSUER=https://your-oidc-provider.com
OIDC_CLIENT_ID=your-client-id
OIDC_CLIENT_SECRET=your-client-secret
OIDC_REDIRECT_URI=http://localhost:21000/auth/oidc-callback
# Other settings as needed