install.cfg.example 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. #webappbase repo
  14. WEBAPP_BASE="https://git.sharix-app.org/ShariX_Open/sharix-open-webapp-base.git"
  15. #Branches for repos
  16. WEBAPP_BASE_BRANCH="master"
  17. TICKETS_BRANCH="master"
  18. BACKEND_BRANCH="master"
  19. CONFIG_BRANCH="master"
  20. USER_MODEL_BRANCH="master"
  21. WEBSERVICE_RUNNING_BRANCH="master"
  22. DESIGN_TEMPLATE_BRANCH="master"
  23. LANDING_BRANCH="master"
  24. #Create test users
  25. GENERATE_TEST_USERS=1