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