Pārlūkot izejas kodu

using master branches

blezz-tech 4 dienas atpakaļ
vecāks
revīzija
8200b4b9c5
1 mainītis faili ar 4 papildinājumiem un 3 dzēšanām
  1. 4 3
      bin/install.cfg.example

+ 4 - 3
bin/install.cfg.example

@@ -17,15 +17,16 @@ LANDING="https://git.sharix-app.org/ShariX_Open/sharix-open-landing.git"
 
 
 #Branches for repos
+
 TICKETS_BRANCH="master"
-BACKEND_BRANCH="unstable"
+BACKEND_BRANCH="master"
 CONFIG_BRANCH="master"
 
 USER_MODEL_BRANCH="master"
 
-WEBSERVICE_RUNNING_BRANCH="unstable"
+WEBSERVICE_RUNNING_BRANCH="master"
 
-DESIGN_TEMPLATE_BRANCH="unstable"
+DESIGN_TEMPLATE_BRANCH="master"
 
 LANDING_BRANCH="module-figma"