Added config file that should be autogenerated on startup
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@ env_variables.py
|
||||
node_modules
|
||||
*.pyc
|
||||
npm-debug.log
|
||||
webpage/js/env_variables.js
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
var env_variables = {
|
||||
url : "http://localhost:31459/api/v1/seasoned/",
|
||||
}
|
||||
url : "http://10.0.0.41:31459/api/v1/seasoned/",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user