mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
add education tag whitelist to template
This commit is contained in:
parent
3272b16f47
commit
a8a83c434e
2 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,8 @@ development:
|
||||||
proxy_ips:
|
proxy_ips:
|
||||||
- 10.0.0.1
|
- 10.0.0.1
|
||||||
- 10.0.0.2
|
- 10.0.0.2
|
||||||
|
education_tag_whitelist:
|
||||||
|
- mrteacher
|
||||||
test:
|
test:
|
||||||
database: 'postgres://localhost/neocities_test'
|
database: 'postgres://localhost/neocities_test'
|
||||||
database_pool: 1
|
database_pool: 1
|
||||||
|
@ -41,3 +43,5 @@ test:
|
||||||
proxy_ips:
|
proxy_ips:
|
||||||
- 10.0.0.1
|
- 10.0.0.1
|
||||||
- 10.0.0.2
|
- 10.0.0.2
|
||||||
|
education_tag_whitelist:
|
||||||
|
- mrteacher
|
||||||
|
|
|
@ -16,3 +16,5 @@ letsencrypt_endpoint: https://acme-staging.api.letsencrypt.org/
|
||||||
proxy_ips:
|
proxy_ips:
|
||||||
- 10.0.0.1
|
- 10.0.0.1
|
||||||
- 10.0.0.2
|
- 10.0.0.2
|
||||||
|
education_tag_whitelist:
|
||||||
|
- mrteacher
|
||||||
|
|
Loading…
Add table
Reference in a new issue