15 lines
404 B
Properties
15 lines
404 B
Properties
|
|
# Datasource
|
||
|
|
quarkus.datasource.db-kind=mariadb
|
||
|
|
quarkus.datasource.username=strichliste
|
||
|
|
quarkus.datasource.password=strichliste
|
||
|
|
quarkus.datasource.jdbc.url=jdbc:mariadb://localhost:3306/strichliste
|
||
|
|
|
||
|
|
# Hibernate
|
||
|
|
quarkus.hibernate-orm.database.generation=none
|
||
|
|
|
||
|
|
# Flyway
|
||
|
|
quarkus.flyway.migrate-at-start=true
|
||
|
|
|
||
|
|
# CORS ist deaktiviert, da alle Anfragen über den SvelteKit-Proxy laufen
|
||
|
|
quarkus.http.cors=false
|