ソースを参照

using master branches

blezz-tech 4 日 前
コミット
8200b4b9c5
1 ファイル変更4 行追加3 行削除
  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"