Skip to content

Commit

Permalink
fix(infra): change environment for load-test
Browse files Browse the repository at this point in the history
  • Loading branch information
donghun1214 committed Aug 22, 2024
1 parent 805cfef commit ff7e246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@
"name": "OTEL_EXPORTER_OTLP_ENDPOINT_URL",
"value": "${otel_exporter_otlp_endpoint_url}"
},

{
"name": "USERNAME_FOR_LOAD_TEST",
"value": "${usernmae_for_load_test}"
"value": "${username_for_load_test}"
},
{
"name": "EMAIL_FOR_LOAD_TEST",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
{
"name": "USERNAME_FOR_LOAD_TEST",
"value": "${usernmae_for_load_test}"
"value": "${username_for_load_test}"
},
{
"name": "EMAIL_FOR_LOAD_TEST",
Expand Down

0 comments on commit ff7e246

Please sign in to comment.