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

@@ -427,6 +427,9 @@
margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
}
}
.overflow-hidden {
overflow: hidden;
}
.overflow-x-auto {
overflow-x: auto;
}