Skip to content

Commit 330bae4

Browse files
committed
default to http vs https
1 parent 6599a6e commit 330bae4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

java-ai/src/main/resources/application.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ server:
5353
port: 8444
5454
tomcat:
5555
max-swallow-size: 200MB
56-
ssl:
57-
enabled: true
58-
key-store-type: PKCS12
59-
key-store: classpath:keystore.p12
60-
key-store-password: Welcome1
61-
key-alias: springboot
56+
# ssl:
57+
# enabled: true
58+
# key-store-type: PKCS12
59+
# key-store: classpath:keystore.p12
60+
# key-store-password: Welcome1
61+
# key-alias: springboot

0 commit comments

Comments
 (0)