feat: App.HostName is now optional
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
496ea38b5c
commit
a41417ee84
3 changed files with 6 additions and 4 deletions
|
@ -11,6 +11,7 @@ SourceUrl =
|
|||
Name = Danbooru
|
||||
; Host (without http://) used to access the application API.
|
||||
Host = danbooru.donmai.us
|
||||
; Public host name (without http://) for the “Open in [App.Name]” button.
|
||||
; (Optional) Public host name (without http://) for the “Open in [App.Name]” button.
|
||||
; Useful if the bot is hosted on the same server as the application.
|
||||
HostName = danbooru.donmai.us
|
||||
; If not set, [App.Host] will be used instead.
|
||||
HostName =
|
Loading…
Add table
Add a link
Reference in a new issue