update project

This commit is contained in:
2025-07-29 09:51:49 +02:00
committed by swordsteel
parent cf8ca86c32
commit 5d735ccfbe
17 changed files with 25 additions and 22 deletions

View File

@@ -0,0 +1,15 @@
jwt:
private-key: cert/valid-private-key.pem
spring:
r2dbc:
url: r2dbc:postgresql://placeholder
username: placeholder
password: placeholder
container:
postgres:
version: postgres:17
init: postgres/schema.sql
before: postgres/data.sql
after: postgres/reset.sql