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} username: ${DB_USERNAME}
password: ${DB_PASSWORD} password: ${DB_PASSWORD}
driver-class-name: ${PG_DRIVER_CLASS_NAME} driver-class-name: ${PG_DRIVER_CLASS_NAME}
jpa: jpa:
hibernate: hibernate:
ddl-auto: create-drop ddl-auto: create-drop
show-sql: true show-sql: true
ai: ai:
openai: openai:
base-url: ${OPENAI_BASE_URL} base-url: ${OPENAI_BASE_URL}