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

Update tests.toml

This commit is contained in:
Limezy 2023-10-19 01:19:42 +07:00 committed by Félix Piédallu
parent 48053a78eb
commit 58f816f20d

View file

@ -6,5 +6,9 @@ test_format = 1.0
# Default args to use for install
# -------------------------------
args.dex_domain="sub.domain.tld"
args.dex_path="/example"
args.dex_domain="dex.domain.tld"
args.dex_path="/example"
preinstall = """
sudo yunohost domain add dex.domain.tld
"""