updated brain ip

This commit is contained in:
2025-09-27 10:31:12 -04:00
parent fc31447591
commit 357168695c
2 changed files with 3 additions and 17 deletions

View File

@@ -15,8 +15,8 @@
http = {
server_port = 8123;
server_host = [
"192.168.99.14"
"192.168.95.9"
"192.168.90.35"
"192.168.95.35"
"127.0.0.1"
];
use_x_forwarded_for = true;
@@ -65,7 +65,7 @@
esphome = {
enable = true;
openFirewall = true;
address = "192.168.90.40";
address = "192.168.90.35";
};
};
}

View File

@@ -31,20 +31,6 @@
"announcement": "off"
},
// database settings
"sqltools.connections": [
{
"previewLimit": 50,
"server": "192.168.90.40",
"port": 5432,
"askForPassword": true,
"driver": "PostgreSQL",
"name": "main",
"database": "postgres",
"username": "richie"
}
],
// formatters
"[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },