updates to utils

This commit is contained in:
Chris Hammer
2022-03-01 01:34:34 -05:00
parent c4380dedb3
commit 87fbb13109
3 changed files with 5 additions and 4 deletions

View File

@ -1,11 +1,12 @@
#!/bin/bash
CONC="200"
REQU="200"
CONC="20"
REQU="20"
BASE_URL="tower2.thezengarden.net"
AAP_JOB_ID="9"
POST_PAYLOAD_PATH="provision.post"
POST_PAYLOAD_PATH="empty.post"
#POST_PAYLOAD_PATH="provision.post"
POST_PAYLOAD_TYPE="application/json"
TOWER_USER="admin"

View File

@ -6,7 +6,7 @@ SLEEP_SECS="400"
BASE_URL="tower2.thezengarden.net"
AAP_JOB_ID="26"
POST_PAYLOAD_PATH="test.post"
POST_PAYLOAD_PATH="empty.post"
POST_PAYLOAD_TYPE="application/json"
TOWER_USER="admin"