mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
fix for new screenshot url config
This commit is contained in:
parent
25d0110ad9
commit
1d76a0c45d
1 changed files with 4 additions and 2 deletions
|
@ -23,7 +23,8 @@ development:
|
|||
- 10.0.0.2
|
||||
education_tag_whitelist:
|
||||
- mrteacher
|
||||
screenshots_url: http://screenshots:derp@127.0.0.1:12345
|
||||
screenshot_urls:
|
||||
- http://screenshots:derp@127.0.0.1:12345
|
||||
stop_forum_spam_api_key: testkey
|
||||
test:
|
||||
database: 'postgres://localhost/neocities_test'
|
||||
|
@ -49,7 +50,8 @@ test:
|
|||
education_tag_whitelist:
|
||||
- mrteacher
|
||||
stop_forum_spam_api_key: testkey
|
||||
screenshots_url: http://screenshots:derp@screenshotssite.com
|
||||
screenshot_urls:
|
||||
- http://screenshots:derp@screenshotssite.com
|
||||
cache_control_ips:
|
||||
- 1.2.3.4
|
||||
- 4.5.6.7
|
||||
|
|
Loading…
Add table
Reference in a new issue