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 = {
|
photo = {
|
||||||
loadBalancer = {
|
loadBalancer = {
|
||||||
servers = [{
|
servers = [{
|
||||||
url = "http://nfss.yanlincs.com:8080";
|
url = "http://10.1.1.152:8080";
|
||||||
}];
|
}];
|
||||||
serversTransport = "longTimeout@file";
|
serversTransport = "longTimeout@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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue