mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-07-16 07:09:59 +00:00
ariyala settings
This commit is contained in:
19
README.md
19
README.md
@ -84,16 +84,25 @@ Service which allows to manage savage loot distribution easy.
|
||||
* `database`: database provide name, string, required. Allowed values: `sqlite`.
|
||||
* `priority`: methods of `Player` class which will be called to sort players for loot priority, space separated list of strings, required.
|
||||
|
||||
* `web` section
|
||||
* `ariyala` section
|
||||
|
||||
Web server related settings.
|
||||
Settings related to ariyala parser.
|
||||
|
||||
* `host`: address to bind, string, required.
|
||||
* `port`: port to bind, int, required.
|
||||
* `ariyala_url`: ariyala base url, string, required.
|
||||
* `request_timeout`: xivapi request timeout, float, optional, default 30.
|
||||
* `xivapi_key`: xivapi developer key, string, optional.
|
||||
* `xivapi_url`: xivapi base url, string, required.
|
||||
|
||||
* `sqlite` section
|
||||
|
||||
Database settings for `sqlite` provider.
|
||||
|
||||
* `database_path`: path to sqlite database, string, required.
|
||||
* `migrations_path`: path to database migrations, string, required.
|
||||
* `migrations_path`: path to database migrations, string, required.
|
||||
|
||||
* `web` section
|
||||
|
||||
Web server related settings.
|
||||
|
||||
* `host`: address to bind, string, required.
|
||||
* `port`: port to bind, int, required.
|
Reference in New Issue
Block a user