Skip to content

Commit

Permalink
chore: renamed env file
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayg10 committed Oct 6, 2023
1 parent d85ffbd commit 7f34a05
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
**/reports/**

automate_perf.env
perf.override.env
5 changes: 0 additions & 5 deletions .iac_env

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ services:
env_file:
- .env
- perf.env
- .iac_env
- perf.override.env
volumes:
- "./docker/ml-testing-toolkit/test-cases/collections:/opt/app/collections"
- "./docker/ml-testing-toolkit/test-cases/environments:/opt/app/environments"
Expand Down
5 changes: 5 additions & 0 deletions perf.override.env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## This is sample file and it can be renamed to perf.override.env with proper values
K6_SCRIPT_ADMIN_ENDPOINT_URL=<ADMIN_ENDPOINT_URL_HERE>
K6_SCRIPT_ALS_ADMIN_ENDPOINT_URL=<ALS_ADMIN_ENDPOINT_URL_HERE>
K6_SCRIPT_FSPIOP_TRANSFERS_ENDPOINT_URL=<TRANSFERS_ENDPOINT_URL_HERE>
K6_CALLBACK_FQDN=<FQDN_OF_THIS_HOST_TO_RECEIVE_CALLBACKS_HERE>

0 comments on commit 7f34a05

Please sign in to comment.