Skip to content

Commit

Permalink
remove cache period
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed Dec 11, 2018
1 parent 54f6536 commit d89f0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ portal_url=http://localhost:8070
BASE_JAVA_OPTS="-Denv=dev"
CLIENT_JAVA_OPTS="$BASE_JAVA_OPTS -Dapollo.meta=$config_server_url"
SERVER_JAVA_OPTS="$BASE_JAVA_OPTS -Dspring.profiles.active=github -Deureka.service.url=$eureka_service_url"
PORTAL_JAVA_OPTS="$BASE_JAVA_OPTS -Ddev_meta=$config_server_url -Dspring.profiles.active=github,auth -Dspring.resources.cache-period=86400"
PORTAL_JAVA_OPTS="$BASE_JAVA_OPTS -Ddev_meta=$config_server_url -Dspring.profiles.active=github,auth"

# executable
JAR_FILE=apollo-all-in-one.jar
Expand Down

0 comments on commit d89f0a0

Please sign in to comment.