update host IP addresses
This commit is contained in:
parent
b047474138
commit
09562884c8
2 changed files with 4 additions and 4 deletions
|
|
@ -34,7 +34,7 @@
|
|||
photo = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://nfss.yanlincs.com:8080";
|
||||
url = "http://10.1.1.152:8080";
|
||||
}];
|
||||
serversTransport = "longTimeout@file";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
};
|
||||
|
||||
"thinkpad" = {
|
||||
hostname = "thinkpad.yanlincs.com";
|
||||
hostname = "100.116.49.65";
|
||||
user = "yanlin";
|
||||
identityFile = "~/Credentials/ssh_keys/thinkpad";
|
||||
setEnv = {
|
||||
|
|
@ -56,13 +56,13 @@
|
|||
};
|
||||
|
||||
"rpi" = {
|
||||
hostname = "rpi.yanlincs.com";
|
||||
hostname = "100.117.162.102";
|
||||
user = "yanlin";
|
||||
identityFile = "~/Credentials/ssh_keys/rpi";
|
||||
};
|
||||
|
||||
"nfss" = {
|
||||
hostname = "nfss.yanlincs.com";
|
||||
hostname = "10.1.1.152";
|
||||
user = "yanlin";
|
||||
identityFile = "~/Credentials/ssh_keys/nas";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue