|
@@ -3,7 +3,7 @@ spring:
|
|
|
name: pharmacopoeia-ai
|
|
name: pharmacopoeia-ai
|
|
|
|
|
|
|
|
datasource:
|
|
datasource:
|
|
|
- url: jdbc:postgresql://localhost:5432/pharmacopoeia
|
|
|
|
|
|
|
+ url: jdbc:postgresql://localhost:5432/pharmacopoeia?passwordEncryption=md5
|
|
|
username: postgres
|
|
username: postgres
|
|
|
password: ${POSTGRES_PASSWORD:pharma2025}
|
|
password: ${POSTGRES_PASSWORD:pharma2025}
|
|
|
driver-class-name: org.postgresql.Driver
|
|
driver-class-name: org.postgresql.Driver
|
|
@@ -91,7 +91,7 @@ dashscope:
|
|
|
rate-limit:
|
|
rate-limit:
|
|
|
per-minute: 200
|
|
per-minute: 200
|
|
|
per-hour: 50000
|
|
per-hour: 50000
|
|
|
- per-day: 200000
|
|
|
|
|
|
|
+ per-day: 20000
|
|
|
|
|
|
|
|
logging:
|
|
logging:
|
|
|
level:
|
|
level:
|