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

Merge pull request #74 from YunoHost-Apps/testing

Use global mongo script & v7 by default
This commit is contained in:
Gérard Collin 2024-06-21 15:16:21 +02:00 committed by GitHub
commit db397bcd1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 5 deletions

View file

@ -7,7 +7,7 @@ name = "Dont-code Services"
description.en = "Install services and databases needed to support Dont-code platform"
description.fr = "Installe les services et base de données nécessaires pour utiliser la plateforme Dont-code"
version = "0.3.2~ynh4"
version = "0.3.2~ynh5"
maintainers = ["Dont-code Team"]

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
mongo_version=6.0
mongo_version=7.0
# List of services to be installed
SERVICES_LIST=(ide preview project data)

View file

@ -43,9 +43,6 @@ ynh_remove_mongo
_remove_restart_script_and_sudoers
# Remove the log files
ynh_secure_remove --file="/var/log/$app"
#=================================================
# END OF SCRIPT
#=================================================