File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
noweekend-mcp/mcp-host/src/main/resources Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ services:
4545 environment :
4646 - TZ=Asia/Seoul
4747 - JASYPT_ENCRYPTOR_PASSWORD=${JASYPT_ENCRYPTOR_PASSWORD}
48+ - PERPLEXITY_API_KEY=${PERPLEXITY_API_KEY}
4849 - SERVER_PORT=8082
4950 - JAVA_TOOL_OPTIONS=-Duser.timezone=Asia/Seoul
5051 volumes :
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ spring:
2929 connections :
3030 author-tool-server :
3131 # prod
32- url : http://mcp-server:8081
32+ # url: http://mcp-server:8081
3333 # local
34- # url: http://localhost:8081
34+ url : http://localhost:8081
3535 enabled : true
3636 stdio :
3737 connections :
@@ -48,7 +48,7 @@ spring:
4848 - " -y"
4949 - " server-perplexity-ask"
5050 env :
51- PERPLEXITY_API_KEY : ENC(az7SSvHLhX8edbEueje4Hds6SaMn4YOvlgaAFVDuRBkYlROjLriocCmgZbQUx7jVzNc4fQJwn0CbyVY2xOal3g==
51+ PERPLEXITY_API_KEY : ${PERPLEXITY_API_KEY}
5252 type : SYNC
5353 request-timeout : 60s
5454
You can’t perform that action at this time.
0 commit comments