learnhouse/config/config.yaml
2023-04-13 20:16:02 +02:00

27 lines
767 B
YAML

site_name: LearnHouse
site_description: LearnHouse is an open-source platform tailored for learning experiences.
contact_email: hi@learnhouse.app
hosting_config:
domain: learnhouse.app
port: 443
ssl: true
use_default_org: false
default_org: learnhouse
sentry_config:
dsn: "https://1a6aa22656224851af492aae5d4155a1@o4505007882436608.ingest.sentry.io/4505007884599296"
environment: dev
release: "0.1.0"
allowed_origins:
- http://localhost:3000
- http://localhost:3001
allowed_regexp: '\b((?:https?://)[^\s/$.?#].[^\s]*)\b'
self_hosted: false
database_config:
host: db.mongo
port: 5432
user: myuser
password: mypassword
database_name: mydatabase
mongodb_connection_string: mongodb://learnhouse:learnhouse@mongo:27017/