mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-07-23 10:39:57 +00:00
fix api urls in swagger
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user