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" +