mirror of
https://github.com/YunoHost-Apps/flohmarkt_ynh.git
synced 2024-09-03 18:36:30 +02:00
no install.private yet, FIXME removed
This commit is contained in:
parent
a01658c3ab
commit
69c0119827
2 changed files with 5 additions and 5 deletions
|
@ -44,10 +44,10 @@ ldap = false
|
||||||
# https://codeberg.org/ChriChri/flohmarkt_ynh/issues/3
|
# https://codeberg.org/ChriChri/flohmarkt_ynh/issues/3
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
# FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G...
|
# **estimate** minimum disk and RAM requirements
|
||||||
disk = "10M"
|
disk = "100M"
|
||||||
ram.build = "50M"
|
ram.build = "200M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "100M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
|
|
|
@ -2,7 +2,7 @@ test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
# still in development
|
# still in development
|
||||||
exclude = ["install.multi", "upgrade", "backup_restore", "change_url", "install_subdir"]
|
exclude = ["install.private", "install.multi", "upgrade", "backup_restore", "change_url", "install_subdir"]
|
||||||
|
|
||||||
args.password_couchdb_admin = "TestPasswordCouchDBadmin"
|
args.password_couchdb_admin = "TestPasswordCouchDBadmin"
|
||||||
args.password_couchdb_flohmarkt = "TestPasswordCouchDBflohmarkt"
|
args.password_couchdb_flohmarkt = "TestPasswordCouchDBflohmarkt"
|
||||||
|
|
Loading…
Add table
Reference in a new issue