diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-09 19:05:10 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-09 19:05:10 +0300 |
| commit | 690e3aa537a830e2f7c11aee03502124a0e612cf (patch) | |
| tree | c28a9e1728a784fe085fe6292110a93c2969cb7b /Software/Visual_Studio/Web/Tango.MachineService/Web.config | |
| parent | 4635652744b760ba35f5590b629874a3b078f64a (diff) | |
| download | Tango-690e3aa537a830e2f7c11aee03502124a0e612cf.tar.gz Tango-690e3aa537a830e2f7c11aee03502124a0e612cf.zip | |
Working on PPC machine setup.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Web.config')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Web.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Web.config b/Software/Visual_Studio/Web/Tango.MachineService/Web.config index 4185b4e7b..ca05ae5e0 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Web.config +++ b/Software/Visual_Studio/Web/Tango.MachineService/Web.config @@ -14,8 +14,8 @@ <add key="ClientValidationEnabled" value="true" /> <add key="UnobtrusiveJavaScriptEnabled" value="true" /> - <add key="LocalServerAddress" value="localhost\SQLEXPRESS" /> - <add key="RemoteServerAddress" value="localhost\SQLEXPRESS" /> + <add key="LocalServerAddress" value="twine01\SQLTWINE_TEST" /> + <add key="RemoteServerAddress" value="twine01\SQLTWINE_TEST" /> <add key="FtpAddress" value="Twine01" /> <add key="FtpUserName" value="Tango|FTPReader" /> <add key="FtpPassword" value="Aa123456" /> |
