Skip to content

Commit

Permalink
restore explicit config path param
Browse files Browse the repository at this point in the history
  • Loading branch information
zuc committed Jun 6, 2018
1 parent 6e72844 commit c635efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli-only/mojito-cli-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ rm application.properties.dist

# Go!
mkdir -p /opt/mojito/workdir && cd /opt/mojito/workdir
exec java -jar /opt/mojito/cli.jar $@
exec java -jar /opt/mojito/cli.jar $@ --spring.config.location=/opt/mojito/application.properties
2 changes: 1 addition & 1 deletion full/mojito-webapp-launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ rm application.properties.dist

# Go!
mkdir -p /opt/mojito/workdir && cd /opt/mojito/workdir
exec java -XX:MaxPermSize=128m -Xmx1024m -jar /opt/mojito/webapp.jar
exec java -XX:MaxPermSize=128m -Xmx1024m -jar /opt/mojito/webapp.jar --spring.config.location=/opt/mojito/application.properties

0 comments on commit c635efc

Please sign in to comment.