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 use_default_org: false
default_org: learnhouse default_org: learnhouse
allowed_origins: allowed_origins:
- https://learnhouse.app - http://localhost:3000
- https://learnhouse.io - http://localhost:3001
allowed_regexp: "^https://(.*\\.)?learnhouse\\.app$" allowed_regexp: '\b((?:https?://)[^\s/$.?#].[^\s]*)\b'
self_hosted: false self_hosted: false
database_config: database_config: