From a8a83c434eebf6df8f5701ec9b1d58560ea69521 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 21 Nov 2016 23:03:21 -0600 Subject: [PATCH] add education tag whitelist to template --- config.yml.template | 4 ++++ config.yml.travis | 2 ++ 2 files changed, 6 insertions(+) diff --git a/config.yml.template b/config.yml.template index f45c97fa..736cae23 100644 --- a/config.yml.template +++ b/config.yml.template @@ -20,6 +20,8 @@ development: proxy_ips: - 10.0.0.1 - 10.0.0.2 + education_tag_whitelist: + - mrteacher test: database: 'postgres://localhost/neocities_test' database_pool: 1 @@ -41,3 +43,5 @@ test: proxy_ips: - 10.0.0.1 - 10.0.0.2 + education_tag_whitelist: + - mrteacher diff --git a/config.yml.travis b/config.yml.travis index d0d3287a..74ca8dcb 100644 --- a/config.yml.travis +++ b/config.yml.travis @@ -16,3 +16,5 @@ letsencrypt_endpoint: https://acme-staging.api.letsencrypt.org/ proxy_ips: - 10.0.0.1 - 10.0.0.2 +education_tag_whitelist: + - mrteacher