learnhouse/config/config.yaml
2023-04-24 20:11:11 +02:00

23 lines
604 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
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/