feat: Update default admin credentials and organization branding, refactor admin creation in install script to direct database insertion, disable rate limiting, and update documentation.

This commit is contained in:
2026-03-13 13:24:06 -03:00
parent c49a49dc19
commit 3167723a89
4 changed files with 96 additions and 35 deletions
+3 -3
View File
@@ -7,7 +7,7 @@ LMS_DATABASE_URL=postgresql://user:password@localhost:5433/openccb_lms
# General fallback
DATABASE_URL=postgresql://user:password@localhost:5433/openccb_cms
# JWT Secret
# JWT Secret (generate with ./generate_jwt_secret.sh)
JWT_SECRET=supersecret
# Logging
@@ -37,8 +37,8 @@ EXTERNAL_TABLE_GRADES=notas
EXTERNAL_ID_TIPO_NOTA=1
# Branding Defaults
DEFAULT_ORG_NAME="OpenCCB"
DEFAULT_PLATFORM_NAME="OpenCCB Learning"
DEFAULT_ORG_NAME="Norteamericano"
DEFAULT_PLATFORM_NAME="Norteamericano Learning"
DEFAULT_LOGO_URL=""
DEFAULT_FAVICON_URL=""
DEFAULT_PRIMARY_COLOR="#3B82F6"