mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
38 lines
956 B
YAML
38 lines
956 B
YAML
site_name: LearnHouse
|
|
site_description: LearnHouse is an open-source platform tailored for learning experiences.
|
|
contact_email: hi@learnhouse.app
|
|
|
|
# This config is optimized for local development. You can change the values according to your needs.
|
|
|
|
general:
|
|
development_mode: true
|
|
install_mode: true
|
|
|
|
security:
|
|
auth_jwt_secret_key: secret
|
|
|
|
hosting_config:
|
|
domain: learnhouse.app
|
|
ssl: true
|
|
port: 1338
|
|
allowed_origins:
|
|
- http://localhost:3000
|
|
- http://localhost:3001
|
|
cookies_config:
|
|
domain: ".localhost"
|
|
allowed_regexp: '\b((?:https?://)[^\s/$.?#].[^\s]*)\b'
|
|
content_delivery:
|
|
type: "filesystem" # "filesystem" or "s3api"
|
|
s3api:
|
|
bucket_name: ""
|
|
endpoint_url: ""
|
|
|
|
mailing_config:
|
|
resend_api_key: ""
|
|
system_email_adress: ""
|
|
|
|
database_config:
|
|
sql_connection_string: postgresql://learnhouse:learnhouse@localhost:5432/learnhouse
|
|
|
|
redis_config:
|
|
redis_connection_string: redis://localhost:6379/learnhouse
|