sucky suck

This commit is contained in:
Chris Cochrun 2025-05-17 16:11:55 -05:00
parent d5141c5fad
commit 3715d08c31

View file

@ -43,6 +43,7 @@ with lib;
# Force users to login (disable anonymous access) # Force users to login (disable anonymous access)
# GRIST_FORCE_LOGIN: true # GRIST_FORCE_LOGIN: true
# Base URL Grist redirects to when navigating. Change this to your domain. # Base URL Grist redirects to when navigating. Change this to your domain.
GRIST_OIDC_SP_HOST = "https://${dn}";
APP_HOME_URL = "https://${dn}"; APP_HOME_URL = "https://${dn}";
# Default email for the "Admin" account # Default email for the "Admin" account
GRIST_DEFAULT_EMAIL = "chris@tfcconnection.org"; GRIST_DEFAULT_EMAIL = "chris@tfcconnection.org";