diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-07 12:08:14 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-07 12:08:14 -0400 |
| commit | effde8f1eac6a0ac8c945eca574fa9be4b5b9440 (patch) | |
| tree | e9c4fc6e30e480a1fc13d664212c51548224ae2e | |
| parent | e309559f53271da7c743589e9dfb9644ab047c95 (diff) | |
change context
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index c91a83ea..1ed913f8 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -369,7 +369,7 @@ iabak = host "iabak.archiveteam.org" & Apt.installed ["emacs-nox"] where repo = "https://github.com/ArchiveTeam/IA.BAK/" - graphiteCSRF = withPrivData (Password "csrf-token") (Context "graphite-web") + graphiteCSRF = withPrivData (Password "csrf-token") (Context "iabak.archiveteam.org") \gettoken -> property "graphite-web CSRF token" $ gettoken $ \token -> do makeChange $ File.hasLine "/etc/graphite/local_settings.py" "SECRET_KEY = '"++ token ++"'" |
