mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: use localhost values for config example
This commit is contained in:
parent
3fccbe1ce4
commit
43d2b469a4
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue