> ## Documentation Index
> Fetch the complete documentation index at: https://docs.streamly.watch/llms.txt
> Use this file to discover all available pages before exploring further.

# General Settings

> Platform settings in Streamly Admin — operator Settings page, platform settings store, and what belongs in Brand & Experience instead.

## Where to configure

| Concern                                 | Location                                                                        |
| --------------------------------------- | ------------------------------------------------------------------------------- |
| Platform / account / integration status | `/admin/settings`                                                               |
| Look & feel, logos, landing, SEO        | `/admin/landing-page` ([Brand & Experience](/admin-dashboard/brand-experience)) |
| Themes                                  | `/admin/themes`                                                                 |
| Plugins (Stripe, video, ads, Live TV)   | `/admin/plugins`                                                                |
| Env / secrets                           | Host env, `.env.local`, or Wrangler secrets                                     |

<Note>
  `/admin/white-label` redirects to `/admin/landing-page` — use Brand & Experience.
</Note>

## Settings page

`/admin/settings` is the operator home for platform configuration and integration health (including Supabase-related checks via admin APIs). Prefer changing public branding in Brand & Experience so theme presets stay consistent.

## Platform settings store

Durable platform flags and operator-facing settings persist through the platform settings store (`lib/operator/platform-settings-store.ts`) and related Supabase tables from the platform-settings migrations.

## Demo flags

| Variable                   | Effect                                                           |
| -------------------------- | ---------------------------------------------------------------- |
| `ENABLE_DEMO`              | Demo license UX on `/admin/login`; related public demo behaviors |
| `ADMIN_ALLOW_DEMO_LICENSE` | Alias for the demo license gate                                  |

Turn these **off** on production buyer installs unless you intentionally want a demo sandbox.

## Related

* [Supabase](/configuration/supabase)
* [Stripe](/configuration/stripe)
* [Brand & Experience](/admin-dashboard/brand-experience)
* [Environment Variables](/technical/environment-variables)
