diff --git a/.gitignore b/.gitignore index c67375c..d82db84 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pem server.py +config.js \ No newline at end of file diff --git a/config.js b/config.js index b6dca06..59a9504 100644 --- a/config.js +++ b/config.js @@ -1,4 +1,4 @@ // note: this is just the default config const CONFIG = { - API_BASE_URL: "http://127.0.0.1:5000" + API_BASE_URL: "http://192.168.1.177:5000" }; \ No newline at end of file diff --git a/config_example.js b/config_example.js new file mode 100644 index 0000000..920f71c --- /dev/null +++ b/config_example.js @@ -0,0 +1,3 @@ +const CONFIG = { + API_BASE_URL: "backendurl" +}; \ No newline at end of file diff --git a/users/auth/splatfestival/index.html b/users/auth/splatfestival/index.html index 07aa727..beca97f 100644 --- a/users/auth/splatfestival/index.html +++ b/users/auth/splatfestival/index.html @@ -59,7 +59,7 @@