deploy lingo by default (#76016)
gitea/publik-devinst/pipeline/head This commit looks good Details

This commit is contained in:
Emmanuel Cazenave 2023-03-30 16:38:36 +02:00
parent 4a6dd19739
commit c78adc9d72
2 changed files with 3 additions and 1 deletions

View File

@ -85,4 +85,4 @@ tenants_conf:
dev-chrono: "chrono.dev.publik.love"
dev-bijoe: # disabled by default -- could be "bijoe.dev.publik.love"
dev-welco: # disabled by default -- could be "welco.dev.publik.love"
dev-lingo: # disabled by default -- could be "lingo.dev.publik.love"
dev-lingo: "lingo.dev.publik.love"

View File

@ -6,4 +6,6 @@
MELLON_ADAPTER = ('hobo.utils.MellonAdapter',)
# add custom hobo agent module
INSTALLED_APPS = ('hobo.agent.hobo', ) + INSTALLED_APPS
HOBO_SERVICES_ENABLED = ['lingo']
{% endblock %}