This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Parameters: | |
// {"url":"https://pihole","apikey":"123abc"} | |
// Optional key in parameters: "theme": system|light|dark, "apiPath": "/api" | |
let piholeURL = "" //set the URL here for debug | |
let piholeAppPassword = "" // set the API-key here for debug | |
let wTheme = "" // set the theme for debug | |
let piholeApiPath = "/api" |