Skip to content

Commit 216cbec

Browse files
committed
feat: Mettre à jour l'URL par défaut pour STATS_URL dans le fichier de configuration
1 parent 84328c3 commit 216cbec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ def show_toolbar(request):
727727
STATS_HEIGHT = env.str("STATS_HEIGHT", default="5240")
728728
STATS_URL = env.str(
729729
"STATS_URL",
730-
default="http://sparte-metabase.osc-secnum-fr1.scalingo.io/public/dashboard/8dc81856-e117-4431-8c5d-1ec7b04887b3",
730+
default="https://sparte-metabase.osc-secnum-fr1.scalingo.io/public/dashboard/8dc81856-e117-4431-8c5d-1ec7b04887b3",
731731
)
732732
WEBINAIRE_URL = env.str(
733733
"WEBINAIRE_URL",

0 commit comments

Comments
 (0)