Skip to content

Commit

Permalink
Gatling and Jmeter integration - feature add/bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Soufiene-Houssem committed Nov 14, 2023
1 parent ad3bb82 commit 6b32fc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@ taf:
testAPI_port: 8082
selenium_container_url: http://selenium
selenium_container_port: 8090

server:
port: 8083
2 changes: 1 addition & 1 deletion frontend/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

export const environment = {
production: false,
apiUrl: 'http://localhost:8083'
apiUrl: 'http://localhost:8082'
};

/*
Expand Down

0 comments on commit 6b32fc0

Please sign in to comment.