lilith-platform.live/codebase/config.yaml

44 lines
980 B
YAML
Raw Normal View History

# Lilith Platform Configuration
# Single source of truth for platform-wide constants
# Brand & Company
brand:
name: lilith
legal_name: Lilith Apps ehf.
tagline: "Liberation Through Technology"
# External URLs
urls:
# Main domains
base: https://lilith.is
app: https://app.lilith.is
api: https://api.lilith.is
# Social & Community
discord: https://discord.gg/lilith
github: https://github.com/lilith-platform
twitter: https://twitter.com/lilithapps
# Support emails
support: mailto:support@lilithapps.com
privacy: mailto:privacy@lilithapps.com
dpo: mailto:dpo@lilithapps.com
legal: mailto:legal@lilithapps.com
investor: mailto:investor@lilithapps.com
# Static Assets
assets:
og_image: /og-image.png
logo: /logo.svg
favicon: /favicon.ico
# Service Workers
workers:
i18n: /i18n-sw.js
# Feature Flags (environment-specific overrides in .env)
features:
payments_enabled: false
registration_enabled: true
ideas_voting_enabled: true