install.cfg.example 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  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. WEBAPP_BASE_BRANCH="master"
  15. TICKETS_BRANCH="master"
  16. BACKEND_BRANCH="master"
  17. CONFIG_BRANCH="master"
  18. USER_MODEL_BRANCH="master"
  19. WEBSERVICE_RUNNING_BRANCH="master"
  20. DESIGN_TEMPLATE_BRANCH="master"
  21. LANDING_BRANCH="master"
  22. #Create test users
  23. GENERATE_TEST_USERS=1