Dashboard-Configuration
| Configuration Option | Description |
|---|---|
NUXT_PUBLIC_FEEDBACK_FUSION_ENDPOINT | The public endpoint for the feedback fusion service. |
NUXT_CLIENT_ID | The client ID for the OIDC provider. |
NUXT_CLIENT_SECRET | The client secret for the OIDC provider. |
NUXT_OIDC_DISCOVERY | The discovery endpoint for the OIDC provider's configuration. |
NUXT_ORIGIN | The origin URL of the Nuxt application. |
NUXT_SCOPE | The OIDC scopes to request |
BETTER_AUTH_SECRET | The secret key used to encrypt sessions. Use at least 32 Bytes. |