Skip to content

Commit

Permalink
Merge pull request #5 from m-lab/sandbox-soltesz-limit-refresh
Browse files Browse the repository at this point in the history
Limit frequency of automatic refreshes
  • Loading branch information
stephen-soltesz authored Mar 4, 2024
2 parents b392712 + d4ff04a commit 121aa7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grafana-public/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV GF_PATHS_PROVISIONING="/etc/grafana/provisioning"
ENV GF_SECURITY_DISABLE_INITIAL_ADMIN_CREATION="true"
ENV GF_SERVER_HTTP_PORT="8080"
ENV GF_USERS_HOME_PAGE="/d/1"
ENV GF_DASHBOARDS_MIN_REFRESH_INTERVAL="1h"

COPY dashboards/* /var/lib/grafana/dashboards/
COPY provisioning/dashboards/* /etc/grafana/provisioning/dashboards/
Expand Down

0 comments on commit 121aa7a

Please sign in to comment.