4 server: http://172.22.16.126:3000
8 server: http://172.22.16.127:3001
13 allow-circular-references: true
15 url: jdbc:postgresql://${POSTGRES_IP:127.0.0.1}:${POSTGRES_PORT:5432}/${POSTGRES_DB_NAME:uui}
16 username: ${POSTGRES_USERNAME:uui}
17 password: ${POSTGRES_PASSWORD:uui}
18 driver-class-name: org.postgresql.Driver
21 schema-locations: classpath*:llm-adaptation-init.sql
25 database-id: PostgreSQL
26 mapper-locations: classpath*:mapper/*.xml
30 org.springframework.web: DEBUG