From 0607e4948921e93d0eb8b89d29c019f877cccd8c Mon Sep 17 00:00:00 2001
From: ArmandBahi <armand.bahi@veremes.com>
Date: Mon, 26 Dec 2022 15:42:57 +0100
Subject: [PATCH] Passer la taille mobile sur propertie

---
 _install/templates/properties.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_install/templates/properties.json b/_install/templates/properties.json
index cec389440..0fa30cfbb 100644
--- a/_install/templates/properties.json
+++ b/_install/templates/properties.json
@@ -17,6 +17,7 @@
   {% endif %}
   "app_api_url": "https://[hostname]{{API_ALIAS}}/v2",
   "proxy_url": "https://[hostname]{{API_ALIAS}}/v2/proxy/proxy",
+  "smallscreen_limit": 768,
   "version": "{{application.branch}}",
   "build": "{{APP_BUILD}}",
   "month_year": "{{MONTH_YEAR}}"
-- 
GitLab