Skip to content

Commit 64fd88d

Browse files
committed
fix: config
1 parent b02aa71 commit 64fd88d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spring.servlet.multipart.max-request-size=15MB
2626
spring.servlet.multipart.resolve-lazily=true
2727

2828
spring.jackson.parser.allow-unquoted-control-chars=true
29-
spring.ai.openai.api-key=${OPENAI-API-KEY:23418pajkfdsadl�a}
29+
spring.ai.openai.api-key=${OPENAI-API-KEY:23418pajkfdsadl\ufffda}
3030
spring.ai.embedding.transformer.enabled=false
3131
spring.ai.ollama.embedding.enabled=false
3232

@@ -37,7 +37,7 @@ management.endpoint.health.status.http-mapping.down=500
3737
management.endpoint.health.status.http-mapping.out_of_service=503
3838
management.endpoint.health.show-details=always
3939

40-
spring.ai.mcp.client.stdio.servers-configuration=classpath:mcp-servers.json
40+
spring.ai.mcp.client.sse.connections.server1.url=http://localhost:8081
4141
embedding-token-limit=2000
4242
document-token-limit=2000
4343
image.result-size=20

0 commit comments

Comments
 (0)