pp_init.ini 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Server
  2. server=https://app-pp.earthsquad.global/api
  3. # Loglevel
  4. ll=2
  5. # mode: either "recycling" for simulating daily recycling of users or "allnew"
  6. #mode=recycling
  7. mode=allnew
  8. # Location of database dump of "select username from auth_users" as CSV (for mode=Recycling)
  9. csv=auth_user_mysql.csv
  10. # Switch weather to upload images during product creation (no_image = yes will not upload image)
  11. noimage=yes
  12. # Image file name and location (image2.jpg is currently a small image. image.jpg is 3MB)
  13. image=test2.jpg
  14. # Number of products to be created (mode=allnew) or search for in CSV-File (mode=recycling)
  15. products=5
  16. # Number of users to be created (mode=allnew) or chosen for daily recycling (mode=recycling)
  17. users=5
  18. #Shall the recycling-count be rather high (=yes) or quite low (=no) per User per Day?
  19. #domass=yes
  20. domass=no
  21. ####### section for nginx-Calls
  22. # which file-Names are there in the folder?
  23. file_names=file_01.file,file_02.file,file_03.file,file_04.file,file_05.file
  24. # how many iterations shall happen?
  25. iterations=1000