Skip to content

Commit

Permalink
Update config.hjson
Browse files Browse the repository at this point in the history
  • Loading branch information
In-line authored Jul 5, 2019
1 parent 91b5e72 commit b9935fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configs/config.hjson
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
# Bind URL will be automatically written to `sv_downloadurl`.
# Host IP from URL will be automatically bound and used to serve files
# If domain name is used instead than module will attempt to resolve IP.
bind_url: http://127.0.0.1:8081

# Module will automatically serve precached files, but user precached files can't be hooked.
# So instead, files from some folders should be allowed.
# Bellow is prefix whitelist. It's not necessary list of folders, anything will match.
prefix_whitelist: [
models/
sound/
Expand Down

0 comments on commit b9935fc

Please sign in to comment.