Skip to content

Tenant Application Settings

Workspace-scoped branding and configuration with automatic fallback to Central Application defaults.

text
Tenant Setting (if configured)

Central Application Default

System Default (fallback)

Guides

AudienceDocument
Workspace adminstenant-settings-user.md
Engineerstenant-settings-developer.md
Production / opstenant-settings-production.md
Object storage (Wasabi / S3)object-storage.md

Also see Central settings.md for platform-wide defaults.

What tenants can configure

GroupFields
GeneralWorkspace Name, Application Name (optional override), Company Name, Timezone, Locale, Currency
SecuritySession timeout (minutes); 0 / Never timeout keeps users signed in until they sign out
BrandingLogo, Favicon, Button Color, Support Email
MailSMTP host/port/user/password/encryption, From name/address

Tenants cannot change platform registration, maintenance mode, password policy, billing flags, or Central branding.

Resolution examples

ValueResolution
Application titleTenant app_name → Workspace Name → Central app_name
LogoTenant logo → Central logo → system default
Button colorTenant → Central → #111827
Support emailTenant → Central
SMTPTenant host configured? → Tenant SMTP : Central SMTP

The SPA applies workspace branding after public settings load (and again after you sign in so the session can resolve your workspace). Until then the browser tab may show SaleOS; sidebar and login brand text stay blank rather than showing a placeholder product name.

Asset storage

Uploads use Laravel Storage (FileUploadService). Locally they live under storage/app/public/; in production they live on the S3-compatible bucket. Relative keys are identical in both environments:

text
branding/logos/…          # Central
branding/favicons/…       # Central
tenants/{workspace_uuid}/
  branding/logos/…
  branding/favicons/…

See architecture/object-storage.md.

Official documentation for the SaleOS SaaS Platform.