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:
+3
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user