install.cfg.example 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. #better to leave tickets, backend and config the same
  2. TICKETS="https://git.sharix-app.org/ShariX_Open/sharix-open-tickets.git"
  3. BACKEND="https://git.sharix-app.org/ShariX_Open/sharix-open-backend.git"
  4. CONFIG="https://git.sharix-app.org/ShariX_Open/sharix-open-config.git"
  5. #use sharix open user model for integration with sharix platform
  6. USER_MODEL="https://git.sharix-app.org/ShariX_Open/sharix-open-user-model.git"
  7. #design-template should be forked if you need to change design in web interface
  8. DESIGN_TEMPLATE="https://git.sharix-app.org/ShariX_Open/sharix-open-webapp-design-template.git"
  9. #most likely webservice-running should be forked from Open
  10. WEBSERVICE_RUNNING="https://git.sharix-app.org/ShariX_Open/sharix-open-webservice-running.git"
  11. #landing should be forked or re-made for any new service
  12. LANDING="https://git.sharix-app.org/ShariX_Open/sharix-open-landing.git"
  13. #Branches for repos
  14. TICKETS_BRANCH="master"
  15. BACKEND_BRANCH="unstable"
  16. CONFIG_BRANCH="master"
  17. USER_MODEL_BRANCH="master"
  18. WEBSERVICE_RUNNING_BRANCH="unstable"
  19. DESIGN_TEMPLATE_BRANCH="unstable"
  20. LANDING_BRANCH="module-figma"
  21. #Create test users
  22. GENERATE_TEST_USERS=1