add education tag whitelist to template

This commit is contained in:
Kyle Drake 2016-11-21 23:03:21 -06:00
parent 3272b16f47
commit a8a83c434e
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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