1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00
outline_ynh/tests.toml

14 lines
284 B
TOML
Raw Normal View History

2023-10-09 12:55:47 +02:00
test_format = 1.0
[default]
# -------------------------------
# Default args to use for install
# -------------------------------
2023-10-18 20:19:42 +02:00
args.dex_domain="dex.domain.tld"
args.dex_path="/example"
preinstall = """
sudo yunohost domain add dex.domain.tld
"""