mirror of
https://github.com/ION606/sharing.git
synced 2026-05-14 21:56:54 +00:00
bridge fix
This commit is contained in:
+2
-2
@@ -73,7 +73,7 @@ urlshortener = "https://{env.SHORT_DOMAIN}/shorten?link="
|
||||
; (optional) Whether to shorten the URL by default when a new document is created.
|
||||
; If set to true, the "Shorten URL" functionality will be automatically called.
|
||||
; This only works if the "urlshortener" option is set.
|
||||
; shortenbydefault = false
|
||||
shortenbydefault = true
|
||||
|
||||
; (optional) Let users create a QR code for sharing the document URL with one click.
|
||||
; It works both when a new document is created and when you view a document.
|
||||
@@ -184,4 +184,4 @@ class = Filesystem
|
||||
; Either form below works. Pick ONE (uncommented). Here we use the conventional form:
|
||||
dir = PATH "data"
|
||||
; Alternative explicit absolute path (also valid):
|
||||
; dir = "/srv/data"
|
||||
; dir = "/srv/data"
|
||||
|
||||
Reference in New Issue
Block a user