update aap job id and conc/requ

This commit is contained in:
Chris Hammer
2022-02-25 14:18:46 -05:00
parent 13c7e731cf
commit 05f1a5992f

View File

@ -1,11 +1,11 @@
#!/bin/bash
CONC="50"
REQU="50"
CONC="100"
REQU="100"
SLEEP_SECS="400"
BASE_URL="tower2.thezengarden.net"
AAP_JOB_ID="26"
AAP_JOB_ID="9"
POST_PAYLOAD_PATH="provision.post"
POST_PAYLOAD_TYPE="application/json"