mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2026-01-05 16:15:20 -06:00
14 lines
472 B
INI
14 lines
472 B
INI
spring.application.name=dirigent
|
|
spring.profiles.active=local
|
|
spring.datasource.url=jdbc:sqlite:./data/dirigent.db
|
|
spring.datasource.driver-class-name=org.sqlite.JDBC
|
|
spring.jpa.database-platform=org.hibernate.community.dialect.SQLiteDialect
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
|
|
dirigent.git.authToken=
|
|
dirigent.compose.command=docker compose
|
|
dirigent.start.all.on.startup=true
|
|
dirigent.delpoyments.schedule.enabled=true
|
|
dirigent.delpoyments.schedule.cron=0 */5 * * * *
|
|
|