feat(codimd): allow anonymous view
This commit is contained in:
parent
511e4deae5
commit
aa14d379cb
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ codimd:
|
||||||
allowPDFExport: true
|
allowPDFExport: true
|
||||||
notePermission:
|
notePermission:
|
||||||
allowAnonymousEdit: false
|
allowAnonymousEdit: false
|
||||||
allowAnonymousView: false
|
allowAnonymousView: true
|
||||||
authentication:
|
authentication:
|
||||||
local:
|
local:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in a new issue