change: update config.ini
use definitions from danbooru dotenv, add comments Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
895f27470f
commit
496ea38b5c
4 changed files with 19 additions and 11 deletions
14
config.ini
14
config.ini
|
@ -1,8 +1,16 @@
|
|||
[General]
|
||||
; HTTP API token of Telegram bot.
|
||||
; Can also be set with the BOT_TOKEN environment variable.
|
||||
Token =
|
||||
; (Optional) URL for "source code" button in /about.
|
||||
; If not set, button will not appear in "about" menu.
|
||||
SourceUrl =
|
||||
|
||||
[Service]
|
||||
[App]
|
||||
; Application name (e.g. Danbooru).
|
||||
Name = Danbooru
|
||||
Domain = danbooru.donmai.us
|
||||
PublicDomain = danbooru.donmai.us
|
||||
; 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.
|
||||
; Useful if the bot is hosted on the same server as the application.
|
||||
HostName = danbooru.donmai.us
|
Loading…
Add table
Add a link
Reference in a new issue