We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec945ea commit a6104b9Copy full SHA for a6104b9
supervisord.conf
@@ -7,6 +7,6 @@ autostart=true
7
autorestart=true
8
9
[program:app]
10
-command=java -jar /app.jar
+command=java -Dspring.profiles.active=prod -jar /app.jar
11
autostart=true
12
0 commit comments