From 810a21046ce10133ceef39bcea2bf836d9020924 Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Sun, 14 Apr 2024 22:22:22 +0100 Subject: [PATCH] update --- conf/.env | 7 +++++++ manifest.toml | 8 +++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/conf/.env b/conf/.env index 0c1fcbd..0ab817c 100644 --- a/conf/.env +++ b/conf/.env @@ -1,3 +1,4 @@ + MIX_ENV=prod FLAVOUR=classic @@ -82,3 +83,9 @@ GITHUB_TOKEN= TX_TOKEN= ## END OF SECRETS ## + +ENABLE_IMAGE_VIX=1 + +# enable these two if deps fetching is failing +# HEX_HTTP_CONCURRENCY=1 +# HEX_HTTP_TIMEOUT=120 diff --git a/manifest.toml b/manifest.toml index d50c7bf..d647e7b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -50,7 +50,7 @@ ram.runtime = "500M" ask.fr = "Choisissez la langue de l'application" type = "select" choices = ["fr", "en"] - default = "fr" + default = "en" [install.admin] type = "user" @@ -91,8 +91,10 @@ ram.runtime = "500M" [resources.sources] [resources.sources.main] - url = "https://github.com/bonfire-networks/bonfire-app/archive/184bbda72efbdddbdd94afb4b3790591414b5cbe.tar.gz" - sha256 = "60b49d30549b9eb0b7308e82fcd7697d4d12d2722dbd53fdb6fe563f1e399059" + url = "https://github.com/bonfire-networks/bonfire-app/archive/refs/tags/v0.9.10-beta.35.tar.gz" + sha256 = "fe3b91be59e78b305cbbcf651be78701bc10204ebd198565f9526da745ba2cd4" + + autoupdate.strategy = "latest_github_tag" [resources.ports]