Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
great-park committed Oct 12, 2023
2 parents d4adc68 + d0553db commit e356698
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion API-Server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM eclipse-temurin:17
ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} app.jar

CMD ["java", "-Dspring.profiles.active=dev", "-jar", "app.jar"]
CMD ["java", "-jar", "app.jar"]
2 changes: 0 additions & 2 deletions API-Server/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ spring:
config:
activate:
on-profile: prod
server:

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

0 comments on commit e356698

Please sign in to comment.