/
githubmirror
/
halo
Обзор
Документация
Войти
/
githubmirror
/
halo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
application/src/test/resources/application.yaml
40 строк
738 B
John Niang
Respond 409 for operation conflict instead of 500 (#6274)
05 июл 2024, 12:02
Не верифицирован
05 июл 2024, 12:02
708b8be
Код
Авторство
О чём код?
server: port: 8090 spring: output: ansi: enabled: detect r2dbc: name: halo-test generate-unique-name: true sql: init: mode: always platform: h2 messages: basename: config.i18n.messages halo: work-dir: ${user.home}/halo-next-test external-url: "http://${server.address:localhost}:${server.port}" security: initializer: disabled: true oauth2: jwt: public-key-location: classpath:app.pub private-key-location: classpath:app.key extension: controller: disabled: true search-engine: lucene: enabled: false springdoc: api-docs: enabled: false logging: level: run.halo.app: debug org.springframework.r2dbc: DEBUG