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
Éric Gaspar 54aa1dbc4a v2
2023-09-29 18:45:59 +02:00

24 lines
559 B
TOML

test_format = 1.0
[default]
# ------------
# Tests to run
# ------------
exclude = ["install.multi"]
preinstall = """
sudo yunohost domain add dex.domain.tld
sudo yunohost domain add minio.domain.tld
"""
# -------------------------------
# Default args to use for install
# -------------------------------
args.dex_domain = "dex.domain.tld"
args.dex_path = "/example"
args.minio_domain = "minio.domain.tld"
args.minio_admin = "package_checker"
args.minio_password = "1Strong-Password"