Skip to content

Commit

Permalink
hotfix : prod port 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
great-park committed Oct 11, 2023
1 parent 6b33f42 commit f9505eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions API-Server/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ spring:
config:
activate:
on-profile: prod
server:

datasource:
url: ${PROD_DB_HOST}
Expand Down Expand Up @@ -52,3 +53,4 @@ spring:
redis:
cluster:
nodes: ${PROD_REDIS_NODES}
port: 8090

0 comments on commit f9505eb

Please sign in to comment.