Skip to content

Commit e031d36

Browse files
committed
update readme again
1 parent 8a8ad54 commit e031d36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ Create an admin user for the AAP instance and set the following environment vari
5050
export AAP_USERNAME=<your admin username>
5151
export AAP_PASSWORD=<your admin password>
5252
export AAP_INSECURE_SKIP_VERIFY=true
53-
export AAP_HOST="http://localhost:9080" # per development environment
54-
export AAP_HOST="https://localhost:8043" # or this...
53+
export AAP_HOST=<your aap instance host url> # "http://localhost:9080" or "https://localhost:8043"
5554
```
5655

5756
In order to run the acceptance tests for the job resource, you must have a working job template already in your AAP instance. The job template must be set to require an inventory on launch. Export the id of this job template:

0 commit comments

Comments
 (0)