Added config file that should be autogenerated on startup

This commit is contained in:
2017-05-10 19:49:45 -06:00
parent 5464837682
commit f6a77660db
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ env_variables.py
node_modules
*.pyc
npm-debug.log
webpage/js/env_variables.js

View File

@@ -1,3 +1,3 @@
var env_variables = {
url : "http://localhost:31459/api/v1/seasoned/",
}
url : "http://10.0.0.41:31459/api/v1/seasoned/",
}