diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-12 19:00:36 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-12 19:00:36 +0300 |
| commit | 18fc4053deb06af6643f28a6bb4fd66c6a9a93e0 (patch) | |
| tree | db2e3b344e30a95a3a09d662930ce129246a57d9 /Software/Visual_Studio/Web/Tango.MachineService/Web.config | |
| parent | bbbc155a96729050b9aa7d966055726df46696af (diff) | |
| download | Tango-18fc4053deb06af6643f28a6bb4fd66c6a9a93e0.tar.gz Tango-18fc4053deb06af6643f28a6bb4fd66c6a9a93e0.zip | |
Implemented temporary DB user login for machine service machine setup.
Implemented Tango updater!
Implemented support for software update on 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, 3 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Web.config b/Software/Visual_Studio/Web/Tango.MachineService/Web.config index ca05ae5e0..d116dc437 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Web.config +++ b/Software/Visual_Studio/Web/Tango.MachineService/Web.config @@ -15,10 +15,12 @@ <add key="UnobtrusiveJavaScriptEnabled" value="true" /> <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" /> + + <add key="DbAddress" value="twine01\SQLTWINE_TEST" /> </appSettings> <!-- For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367. |
