mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
21 lines
522 B
TOML
21 lines
522 B
TOML
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
# -------------------------------
|
|
# Default args to use for install
|
|
# -------------------------------
|
|
|
|
args.email = "john@gmail.com"
|
|
args.admin_password = "admin!42"
|
|
args.version = "Enterprise"
|
|
args.team_display_name = "Mon équipe"
|
|
|
|
["Test-with-Team-Edition"]
|
|
|
|
only = ["install.subdir", "backup_restore", "upgrade" ]
|
|
|
|
args.email = "john@gmail.com"
|
|
args.admin_password = "admin!42"
|
|
args.version = "Team"
|
|
args.team_display_name = "Mon équipe"
|