Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: do some basic checks on settings before starting app #27

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

robvdl
Copy link
Member

@robvdl robvdl commented Mar 9, 2024

  • SAMBAL_REDIS_URL is present
  • SAMBAL_SESSION_SECRET is present
  • SAMBAL_AUTH_SECRET is present
  • there is a password in SAMBAL_REDIS_URL
  • SAMBAL_SESSION_SECRET and SAMBAL_AUTH_SECRET are not identical

Closes #14

 * SAMBAL_REDIS_URL is present
 * SAMBAL_SESSION_SECRET is present
 * SAMBAL_AUTH_SECRET is present
 * there is a password in SAMBAL_REDIS_URL
 * SAMBAL_SESSION_SECRET and SAMBAL_AUTH_SECRET are not identical

Closes #14
@robvdl robvdl merged commit 06dc024 into master Mar 9, 2024
1 check passed
@robvdl robvdl deleted the check-settings branch March 9, 2024 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better error messages if environment variables are missing
1 participant