Add configuration file

This commit is contained in:
Tyler
2017-12-03 21:06:34 -05:00
parent 2ba0a4022d
commit 1fa74c9ccf
4 changed files with 7 additions and 3 deletions

3
static/config.js Normal file
View File

@ -0,0 +1,3 @@
window.arm_config = {
url: 'ws://127.0.0.1:8080/ws'
};