Update conf.sample.php

pull/1267/head
Aaron Sherber 2024-03-16 19:46:57 -04:00
parent 7c9cc7754f
commit 7a4c6c010f
No known key found for this signature in database
GPG Key ID: AEB76A0BD39D7B28
1 changed files with 2 additions and 2 deletions

View File

@ -254,8 +254,8 @@ dir = PATH "data"
; Only use this if you allow short URL creation without credentials.
; - Alternatively, using the parameters in this section ("signature" and
; "apiurl"), "urlshortener" needs to point to the base URL of your PrivateBin
; instance with "shortenviayourls?link=" appended. For example:
; urlshortener = "${basepath}shortenviayourls?link="
; instance with "?shortenviayourls&link=" appended. For example:
; urlshortener = "${basepath}?shortenviayourls&link="
; This URL will in turn call YOURLS on the server side, using the URL from
; "apiurl" and the "access signature" from the "signature" parameters below.