config.py 322 B

1234567891011121314
  1. # rename this file to config.py
  2. BOTLIST = [
  3. 'open_basic_bot',
  4. 'status_changer',
  5. 'st_request_done',
  6. 'st_request_wontfix',
  7. 'st_request_assigned',
  8. 'st_request_new',
  9. 'st_request_in_process'
  10. ]
  11. JSERVER = "ej.sharix-app.org"
  12. PASSWORD = "12345"
  13. PORT = 5222
  14. API_URL = "https://testopen.sharix-app.org/"