14 lines
275 B
YAML
14 lines
275 B
YAML
quarkus:
|
|
application:
|
|
name: roleplay
|
|
liquibase:
|
|
change-log: db/migration/changelog.xml
|
|
migrate-at-start: false
|
|
rest-client:
|
|
ollama-api:
|
|
url: http://debian:11434
|
|
connect-timeout: 5000
|
|
read-timeout: 120000
|
|
http:
|
|
root-path: /api/v1
|