This commit is contained in:
Robin Davies
2022-04-30 09:06:40 -04:00
parent 179ff9c276
commit f0f075ae4e
16 changed files with 209 additions and 77 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
-->
<title>PiPedal</title>
</head>
<body>
<body style="background: #D0D0D0">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
+1 -1
View File
@@ -1,5 +1,5 @@
{
"socket_server_port": 80,
"socket_server_port": 8080,
"socket_server_address": "*",
"debug": true,
"max_upload_size": 1048576,