ignore config and include an example config instead

This commit is contained in:
2024-05-28 18:50:15 +02:00
parent 6a53286f67
commit 6102f3d4f6
4 changed files with 35 additions and 26 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"url": "file:///assets/data/index.html",
"allowedDomains": [
"localhost",
"127.0.0.1",
"tooloop.de",
"www.tooloop.de"
],
"logPath": "/assets/logs/Tooloop-Kiosk-Browser.log"
}