init.ini 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # IDs of producttypes with direct BOMs (e.g. "PET 0,5l")
  2. default_products=22;25;30;35;36;39;42
  3. # IDs of recycling material product types (=product_types that
  4. # are in the hierarchy below ID=2 (=Recycling Material)
  5. recycle_producttypes=3;4;5;6;7;8;9;12;13;14;15;17
  6. # Server
  7. server=https://app-test.earthsquad.global/api
  8. # Loglevel
  9. ll=2
  10. # mode: either "recycling" for simulating daily recycling of users or "allnew"
  11. #mode=recycling
  12. mode=allnew
  13. # Location of database dump of "select username from auth_users" as CSV (for mode=Recycling)
  14. csv=auth_user_mysql.csv
  15. # Switch weather to upload images during product creation (no_image = yes will not upload image)
  16. noimage=yes
  17. # Image file name and location (image2.jpg is currently a small image. image.jpg is 3MB)
  18. image=test2.jpg
  19. # Number of products to be created (mode=allnew) or search for in CSV-File (mode=recycling)
  20. products=5
  21. # Number of users to be created (mode=allnew) or chosen for daily recycling (mode=recycling)
  22. users=5
  23. #Shall the recycling-count be rather high (=yes) or quite low (=no) per User per Day?
  24. #domass=yes
  25. domass=no