Add media proxying.
This commit is contained in:
parent
3f244cfc53
commit
4fe3c6644d
6 changed files with 117 additions and 10 deletions
config
|
@ -43,3 +43,10 @@ method = null
|
|||
[Exceptions]
|
||||
report_url = http://misuzu-crash.localhost/report.php
|
||||
hash_key = secret_key_used_to_make_a_hmac_sha256_hash
|
||||
|
||||
[CSRF]
|
||||
secret_key = secret_key_for_generating_csrf_tokens
|
||||
|
||||
[Proxy]
|
||||
enabled = true
|
||||
secret_key = change_this_or_i_will_beat_you_up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue