update host IP addresses

This commit is contained in:
Yan Lin 2026-02-14 10:13:15 +01:00
parent b047474138
commit 09562884c8
2 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@
photo = { photo = {
loadBalancer = { loadBalancer = {
servers = [{ servers = [{
url = "http://nfss.yanlincs.com:8080"; url = "http://10.1.1.152:8080";
}]; }];
serversTransport = "longTimeout@file"; serversTransport = "longTimeout@file";
}; };

View file

@ -34,7 +34,7 @@
}; };
"thinkpad" = { "thinkpad" = {
hostname = "thinkpad.yanlincs.com"; hostname = "100.116.49.65";
user = "yanlin"; user = "yanlin";
identityFile = "~/Credentials/ssh_keys/thinkpad"; identityFile = "~/Credentials/ssh_keys/thinkpad";
setEnv = { setEnv = {
@ -56,13 +56,13 @@
}; };
"rpi" = { "rpi" = {
hostname = "rpi.yanlincs.com"; hostname = "100.117.162.102";
user = "yanlin"; user = "yanlin";
identityFile = "~/Credentials/ssh_keys/rpi"; identityFile = "~/Credentials/ssh_keys/rpi";
}; };
"nfss" = { "nfss" = {
hostname = "nfss.yanlincs.com"; hostname = "10.1.1.152";
user = "yanlin"; user = "yanlin";
identityFile = "~/Credentials/ssh_keys/nas"; identityFile = "~/Credentials/ssh_keys/nas";
}; };