mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
11 lines
No EOL
211 B
TOML
11 lines
No EOL
211 B
TOML
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
# -------------------------------
|
|
# Default args to use for install
|
|
# -------------------------------
|
|
|
|
args.with_sftp = "1"
|
|
args.phpversion="7.4"
|
|
args.with_mysql=1 |