Pangolin requires config/config.yml (YAML, not TOML) with specific required fields: - gerbil.start_port, gerbil.base_endpoint - app.dashboard_url, app.log_level - domains.domain1.base_domain - server.secret, server.cors.origins - flags (signup, verification) - database.path - oidc configuration Co-Authored-By: Paperclip <noreply@paperclip.ing>
Pangolin with ENVIRONMENT=prod likely looks for prod.toml in the config directory. Co-Authored-By: Paperclip <noreply@paperclip.ing>
Pangolin requires a config.toml file to start. Added ConfigMap with basic configuration including URL, database path, and OIDC settings. Updated deployment to mount the config file. Co-Authored-By: Paperclip <noreply@paperclip.ing>