diff --git a/server.js b/server.js index 42e3a93..bf8444f 100644 --- a/server.js +++ b/server.js @@ -18,8 +18,8 @@ const SOLO_BASE_COUNT = 5; const TOGETHER_BASE_COUNT = 5; // Passwords -const POINTS_PASSWORD = 'mySecretPassword'; // for adding points -const ADMIN_PASSWORD = 'adminSecret'; // for admin panel +const POINTS_PASSWORD = 'ParentsOnly25'; // for adding points +const ADMIN_PASSWORD = 'Bubb75i-i'; // for admin panel // Timer durations (ms) const FIFTEEN_MINUTES = 15 * 60 * 1000; diff --git a/src/App.js b/src/App.js index 2419352..7bcb1cd 100644 --- a/src/App.js +++ b/src/App.js @@ -1,6 +1,6 @@ import React, { useState, useEffect, useRef } from 'react'; -const SERVER_URL = 'http://localhost:80'; +const SERVER_URL = 'http://10.1.0.100:80'; export default function App() { // ----------------------------- @@ -396,7 +396,7 @@ export default function App() { // RENDER return (