spring: application: name: eeg_portal datasource: url: jdbc:h2:file:./eegportal;MODE=PostgreSQL;AUTO_SERVER=TRUE driver-class-name: org.h2.Driver username: sa password: jpa: hibernate: ddl-auto: update show-sql: true jwt: secret: MeinSuperGeheimesUndSehrLangesSecretFuerDasEnergiePortal2025! app: frontend-url: http://localhost:4200 backend-url: http://localhost:8080