changed format

This commit is contained in:
2026-03-30 21:30:19 +02:00
parent 6267e18478
commit bda9391c75
@@ -11,12 +11,10 @@ spring:
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
driver-class-name: ${PG_DRIVER_CLASS_NAME}
jpa:
hibernate:
ddl-auto: create-drop
show-sql: true
ai:
openai:
base-url: ${OPENAI_BASE_URL}