diff --git a/_datafiles/config.yaml b/_datafiles/config.yaml index 6a838178..c3be12b6 100755 --- a/_datafiles/config.yaml +++ b/_datafiles/config.yaml @@ -281,6 +281,9 @@ LocalPort: 9999 # - WebPort - # The port the server listens on for web requests WebPort: 80 +# - MspFileUrl - +# The base URL sound files are played from +MspFileUrl: http://localhost/static/public/audio/ ################################################################################ # # LOOT GOBLIN CONFIGURATIONS diff --git a/_datafiles/html/public/webclient.html b/_datafiles/html/public/webclient.html index 9f0d723c..0a9cc8d2 100644 --- a/_datafiles/html/public/webclient.html +++ b/_datafiles/html/public/webclient.html @@ -85,6 +85,7 @@ +
@@ -97,6 +98,11 @@