Skip to content

Commit

Permalink
Modify some minor modifications of pom and conf properties
Browse files Browse the repository at this point in the history
  • Loading branch information
matusmacik committed Aug 2, 2018
1 parent d47738f commit 90faa52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testing/schrodingertest/pom.xml
Expand Up @@ -16,7 +16,7 @@
<project.app.package.name>com.evolveum.midpoint.web.boot.MidPointSpringApplication</project.app.package.name>
<selenium.version>3.6.0</selenium.version>
<skipTests>false</skipTests>
<server.port>8090</server.port>
<server.port>8180</server.port>
<midpoint.host>0.0.0.0</midpoint.host>
<midpoint.home></midpoint.home>
<javax.net.ssl.trustStore></javax.net.ssl.trustStore>
Expand Down
@@ -1,7 +1,6 @@
username=administrator
password=5ecr3t
#base_url=http://localhost:8080/midpoint
base_url=http://localhost:8090/midpoint
base_url=http://localhost:8180/midpoint
webdriver=webdriver.chrome.driver
#webdriverLocation=/home/mmacik/chromed/chromedriver
webdriverLocation=/opt/chromedriver
Expand Down

0 comments on commit 90faa52

Please sign in to comment.