feat: use localhost values for config example

This commit is contained in:
swve 2023-04-13 19:15:28 +02:00 committed by Badr B
parent 3fccbe1ce4
commit 43d2b469a4

View file

@ -9,9 +9,9 @@ hosting_config:
use_default_org: false
default_org: learnhouse
allowed_origins:
- https://learnhouse.app
- https://learnhouse.io
allowed_regexp: "^https://(.*\\.)?learnhouse\\.app$"
- http://localhost:3000
- http://localhost:3001
allowed_regexp: '\b((?:https?://)[^\s/$.?#].[^\s]*)\b'
self_hosted: false
database_config: