diff options
Diffstat (limited to 'templates/soundboard_config.js.j2')
-rw-r--r-- | templates/soundboard_config.js.j2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/soundboard_config.js.j2 b/templates/soundboard_config.js.j2 new file mode 100644 index 0000000..cc8c42f --- /dev/null +++ b/templates/soundboard_config.js.j2 @@ -0,0 +1,7 @@ +module.exports = { + "user": "{{soundboard.user}}", + "pass": "{{soundboard.pass}}", + "baseURL": "{{soundboard.url}}", + "names": {{soundboard.names}}, + "port": 8080, +}
\ No newline at end of file |