mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
new requirements for config.yml
This commit is contained in:
parent
75f6c5d31b
commit
169a741213
1 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,8 @@ development:
|
||||||
ip_hash_salt: "400$8$1$fc21863da5d531c1"
|
ip_hash_salt: "400$8$1$fc21863da5d531c1"
|
||||||
proxy_pass: 'somethinglongandrandom'
|
proxy_pass: 'somethinglongandrandom'
|
||||||
email_unsubscribe_token: 'somethingrandom'
|
email_unsubscribe_token: 'somethingrandom'
|
||||||
surf_proxy_uri: 'http://127.0.0.1:9292'
|
surf_proxy_uri: 'http://surf.somedomain.local:9292' # May want to use dnsmasq instead of /etc/hosts here
|
||||||
|
surf_iframe_source: 'http://127.0.0.1:9292'
|
||||||
test:
|
test:
|
||||||
database: 'postgres://neocities@localhost/neocities_test'
|
database: 'postgres://neocities@localhost/neocities_test'
|
||||||
database_pool: 1
|
database_pool: 1
|
||||||
|
@ -25,4 +26,5 @@ test:
|
||||||
ip_hash_salt: "400$8$1$fc21863da5d531c1"
|
ip_hash_salt: "400$8$1$fc21863da5d531c1"
|
||||||
proxy_pass: 'somethinglongandrandom'
|
proxy_pass: 'somethinglongandrandom'
|
||||||
email_unsubscribe_token: 'somethingrandom'
|
email_unsubscribe_token: 'somethingrandom'
|
||||||
surf_proxy_uri: 'http://127.0.0.1:9292'
|
surf_proxy_uri: 'http://surf.somedomain.local:9292'
|
||||||
|
surf_iframe_source: 'http://127.0.0.1:9292'
|
||||||
|
|
Loading…
Add table
Reference in a new issue