pi -hole Steuerung über REST API
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
//apiUrl: 'http://localhost:4200' // Entwicklungs-URL
|
||||
apiUrl: 'http://10.0.0.104'
|
||||
apiUrl: 'http://10.0.0.104',
|
||||
// Pi-hole v6: App-Passwort (Settings > API > App password).
|
||||
// ACHTUNG: Im LAN-Build akzeptabel, aber Wert nicht öffentlich exponieren.
|
||||
piholePassword: 'RoostersJac1'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user