From e9e173a5b0d803b43ee54e28843e0d0f0122352b Mon Sep 17 00:00:00 2001 From: Nurfog Date: Tue, 10 Mar 2026 09:36:25 -0300 Subject: [PATCH] 1 --- .env.example | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.env.example b/.env.example index 18167e2..5d4a72e 100644 --- a/.env.example +++ b/.env.example @@ -34,3 +34,12 @@ MP_NOTIFICATION_URL= MYSQL_DATABASE_URL=mysql://db_user:db_password@localhost:3306/external_database_name EXTERNAL_TABLE_GRADES=notas EXTERNAL_ID_TIPO_NOTA=1 + +# Branding Defaults +DEFAULT_ORG_NAME="OpenCCB" +DEFAULT_PLATFORM_NAME="OpenCCB Learning" +DEFAULT_LOGO_URL="" +DEFAULT_FAVICON_URL="" +DEFAULT_PRIMARY_COLOR="#3B82F6" +DEFAULT_SECONDARY_COLOR="#8B5CF6" +