Parametres de la Plateforme
Configure the entire platform from Admin → Parametres. Parametres are organized into tabs.
🏠 General Tab
| Setting | Description |
|---|---|
| Platform Name | Displayed in the header, emails, and page d'accueil |
| 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 Analyses ID | GA tracking code for the page d'accueil |
📧 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 plans d'abonnement. 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.) |
🔒 Securite 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 |