Skip to content

Commit 213a295

Browse files
committed
fix: apply env
1 parent 352eb7a commit 213a295

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docker-compose.app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

noweekend-mcp/mcp-host/src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)