2022-05-28 14:06:58 +02:00
|
|
|
version = "1.0"
|
|
|
|
|
|
|
|
[main]
|
|
|
|
name = "Librarian configuration"
|
2023-04-12 23:19:10 +02:00
|
|
|
services = ["__ID__"]
|
2022-05-28 14:06:58 +02:00
|
|
|
|
|
|
|
[main.config]
|
|
|
|
name = "Configuration Options"
|
|
|
|
|
|
|
|
[main.config.instance_country]
|
|
|
|
ask = "Instance country location"
|
|
|
|
type = "string"
|
|
|
|
help = "The country your instance is located. Leave blank if hosting on darknet."
|
2023-04-12 23:19:10 +02:00
|
|
|
bind = "INSTANCE_COUNTRY:__INSTALL_DIR__/config.yml"
|
2022-05-28 14:06:58 +02:00
|
|
|
|
|
|
|
[main.config.instance_provider]
|
|
|
|
ask = "Name of your hosting provider"
|
|
|
|
type = "string"
|
|
|
|
help = "Put the name of your hosting provider. If hosting from home, use the name of your ISP. Leave blank if hosting on darknet."
|
2023-04-12 23:19:10 +02:00
|
|
|
bind = "INSTANCE_PROVIDER:__INSTALL_DIR__/config.yml"
|