Feature #261
openValidate configuration at startup instead of failing silently
100%
Description
The application is configured entirely through environment variables (database connection, authentication providers, email, security settings, etc.). Today, each setting is checked independently, so a missing or invalid environment variable can go unnoticed at startup and only surface later as a broken, unrelated feature.
As an administrator, I want the application to validate all of its environment variables when it starts, and refuse to start with a clear, specific error naming the problematic variable if one is missing or invalid — instead of starting successfully and failing silently somewhere else.
This check should cover every configurable subsystem consistently, not just some of them.
Updated by Anonymous 19 days ago
Commit referenced this issue: @78@
https://codeberg.org/api/v1/repos/Bricklou/kubestro/pulls/28
closes #261
Updated by Anonymous 19 days ago
Commit referenced this issue: @78@
https://codeberg.org/api/v1/repos/Bricklou/kubestro/pulls/28
closes #261
Updated by Anonymous 19 days ago
Commit referenced this issue: @78@
https://codeberg.org/api/v1/repos/Bricklou/kubestro/pulls/28
closes #261
Updated by Anonymous 19 days ago
Commit referenced this issue: @78@
https://codeberg.org/api/v1/repos/Bricklou/kubestro/pulls/28
closes #261
Updated by Anonymous 19 days ago
Commit referenced this issue: @78@
https://codeberg.org/api/v1/repos/Bricklou/kubestro/pulls/28
closes #261
Updated by Anonymous 19 days ago
Commit referenced this issue: @dd936a1a@
https://codeberg.org/Bricklou/kubestro/commit/dd936a1a9b93ea434f4d801d61b0c6eda9da84e3
feat: introduce a better config parsing from environment variables (!28)