fix api urls in swagger

This commit is contained in:
2019-12-29 03:44:18 +03:00
parent 65a4a25b3a
commit 666a1b8b7a
4 changed files with 13 additions and 5 deletions

View File

@ -5,7 +5,7 @@ me.arcanis.ffxivbis {
# xivapi base url, string, required
xivapi-url = "https://xivapi.com"
# xivapi developer key, string, optional
# xivapi-key = "abcdef"
#xivapi-key = "abcdef"
}
database {
@ -54,6 +54,8 @@ me.arcanis.ffxivbis {
host = "127.0.0.1"
# port to bind, int, required
port = 8000
# hostname to use in docs, if not set host:port will be used
#hostname = "127.0.0.1:8000"
# rate limits
limits {