Platform Settings
Configure the entire platform from Admin โ Settings. Settings are organized into tabs.
๐ General Tabโ
| Setting | Description |
|---|---|
| Platform Name | Displayed in the header, emails, and landing page |
| Platform URL | Your domain (auto-detected from APP_URL) |
| Registration Enabled | Allow new tenants to sign up |
| Default Trial Days | Number of free trial days for new tenants (default: 14) |
| Google Analytics ID | GA tracking code for the landing page |
๐ง Email Tabโ
| Setting | Description |
|---|---|
| SMTP Host | Mail server address |
| SMTP Port | Mail server port (587/465) |
| SMTP Username | Authentication username |
| SMTP Password | Authentication password |
| Encryption | TLS or SSL |
| From Address | Sender email address |
| From Name | Sender display name |
| Test Email | Button to send a test email |
๐ For detailed provider setup, see Email / SMTP Setup.
๐ณ Payments Tabโ
| Setting | Description |
|---|---|
| Stripe Enabled | Toggle Stripe payments on/off |
| Stripe Publishable Key | Your pk_live_ or pk_test_ key |
| Stripe Secret Key | Your sk_live_ or sk_test_ key |
| Stripe Webhook Secret | Your whsec_ signing secret |
| PayPal Enabled | Toggle PayPal payments on/off |
| PayPal Client ID | PayPal REST API client ID |
| PayPal Client Secret | PayPal REST API secret |
| PayPal Mode | sandbox or live |
| Supported Currencies | Comma-separated currency codes (e.g., USD,EUR,GBP). These currencies appear as options when creating or editing subscription plans. The default currency is derived from the existing Currency Symbol setting. |
๐ SEO Tabโ
| Setting | Description |
|---|---|
| Meta Title | Default page title for SEO |
| Meta Description | Default meta description |
| OG Image | Default Open Graph image for social sharing |
| Custom Head Code | Inject custom code into <head> (analytics, pixels, etc.) |
๐ Security Tabโ
| Setting | Description |
|---|---|
| Force HTTPS | Redirect all HTTP traffic to HTTPS |
| Session Lifetime | Minutes before session timeout |
| Rate Limit | Global API rate limit |
๐ค AI Tabโ
| Setting | Description |
|---|---|
| AI Enabled | Toggle AI features on/off |
| OpenAI API Key | Your OpenAI API key |