Skip to content

Configuration Overview

All platform-wide settings are managed from the Admin Panel → Settings page. You do not need to edit any files manually — everything is configurable through the web interface.


Settings Categories

SectionWhat it Controls
GeneralPlatform name, logo, default timezone and currency
AI (OpenAI)API key, default free generation quota, per-generation charge
PaymentsRazorpay and Stripe API keys, commission rate
Email / SMTPOutgoing mail server settings
StorageFile upload destination (local or Amazon S3)

Where to Find Settings

  1. Log in to the Admin Panel at https://yourdomain.com/admin
  2. In the left sidebar, click Settings
  3. Each section is on its own tab

Changes take effect immediately — no server restart required.


Environment file (.env)

The .env file is for server infrastructure only: database connection, Redis, APP_KEY, APP_URL, and mail driver defaults. Platform settings — OpenAI, payment gateways, S3 storage, Google OAuth, and license — are stored in the database and managed from Admin → Settings.

Quizora v1.2.0 — AI-Powered Quiz Platform