mirror of
https://github.com/YunoHost-Apps/facilmap_ynh.git
synced 2024-09-03 18:36:07 +02:00
15 lines
442 B
TOML
15 lines
442 B
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
|
|
|
|
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
# -------------------------------
|
|
# Default args to use for install
|
|
# -------------------------------
|
|
|
|
args.ors_token = "test"
|
|
args.mapbox_token = "test"
|
|
args.maxmind_user_id = ""
|
|
args.maxmind_license_key = ""
|
|
args.user_agent = "FacilMap (https://facilmap.org/, webmaster@example.org)"
|