From b4ca8853a9085cb0231f2c4de25a1ec07ef150a0 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 20 May 2022 17:04:20 -0600 Subject: Update http config names --- srv/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'srv/default.nix') diff --git a/srv/default.nix b/srv/default.nix index c55a987..7ca70e8 100644 --- a/srv/default.nix +++ b/srv/default.nix @@ -26,10 +26,9 @@ export MEDIOCRE_BLOG_POW_SECRET="${config.powSecret}" # http - export MEDIOCRE_BLOG_LISTEN_PROTO="${config.listenProto}" - export MEDIOCRE_BLOG_LISTEN_ADDR="${config.listenAddr}" + export MEDIOCRE_BLOG_LISTEN_PROTO="${config.httpListenProto}" + export MEDIOCRE_BLOG_LISTEN_ADDR="${config.httpListenAddr}" export MEDIOCRE_BLOG_HTTP_AUTH_USERS='${builtins.toJSON config.httpAuthUsers}' - export MEDIOCRE_BLOG_HTTP_AUTH_RATELIMIT='${config.httpAuthRatelimit}' ''; -- cgit v1.2.3