1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/discourse_ynh.git synced 2024-09-03 18:26:18 +02:00

add muti_instance

This commit is contained in:
ericgaspar 2021-06-06 22:41:08 +02:00
parent 87db34f166
commit 504201ff56
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
upgrade=1 from_commit=c40349020d98356d24b8f534722839fe35cf41fd
backup_restore=1
# Activate multi-instance test only if you have more than 2Gb RAM!
multi_instance=0
multi_instance=1
change_url=1
;;; Options
Email=

View file

@ -23,7 +23,7 @@
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": false,
"multi_instance": true,
"services": [
"nginx"
],