Skip to content

Commit

Permalink
Merge pull request #1192 from clementchong/hotfix-1172
Browse files Browse the repository at this point in the history
Added parameters for SSL
  • Loading branch information
scottsut committed Apr 15, 2022
2 parents b31c8ae + 3a90e03 commit 5624919
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/datart.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ server.address=0.0.0.0
# datart config
datart.address=http://127.0.0.1
datart.send-mail=false
datart.webdriver-path=http://127.0.0.1:4444/wd/hub
datart.webdriver-path=http://127.0.0.1:4444/wd/hub
5 changes: 5 additions & 0 deletions config/profiles/application-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ spring:
server:
port: ${server.port:8080}
address: ${server.ip:0.0.0.0}
ssl.enabled: false
ssl.key-store: keystore.p12 # Absolute path
ssl.key-store-password: password
ssl.keyStoreType: PKCS12
ssl.keyAlias: tomcat

datart:
server:
Expand Down

0 comments on commit 5624919

Please sign in to comment.