Skip to content

Commit

Permalink
🐛fix : 상용 profile 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkYunHo committed Feb 25, 2024
1 parent 4b9d1e5 commit 4cd9654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jib {
jvmFlags = listOf(
"-Dsun.net.inetaddr.ttl=0", // DNS cache TTL
"-XX:+PrintCommandLineFlags", // Print JVM Flags
"-Dspring.profiles.active=prod" // profile 설정
"-Dspring.profiles.active=deploy" // profile 설정
)
}
}

0 comments on commit 4cd9654

Please sign in to comment.