add ssl/tls

- add expose port in gradle.properties
- update README.md
- update application.yml
This commit is contained in:
2025-07-31 13:11:59 +02:00
committed by swordsteel
parent 0072f37939
commit aa9949eb46
4 changed files with 24 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
kotlin.code.style=official
version=0.4.0-SNAPSHOT
catalog=0.12.0-SNAPSHOT
docker.port.expose=8443
container.port.expose=8443
container.port.host=9060