개정판 19391ad3
issue #000: symbol external ip 치환 추가
Change-Id: I53a7b13b0d091781d45efceb7c84042c9cc45bfa
KCOM/App.xaml.cs | ||
---|---|---|
186 | 186 |
|
187 | 187 |
#if DEBUG |
188 | 188 |
//sBaseServiceURL = CommonLib.Common.GetConfigString("BaseClientAddress", "URL", "", isExternal); |
189 |
sBaseServiceURL = CommonLib.Common.GetConfigString("Debug_BaseClientAddress", "URL", ""); |
|
189 |
sBaseServiceURL = CommonLib.Common.GetConfigString("Debug_BaseClientAddress", "URL", "",isExternal);
|
|
190 | 190 |
#else |
191 | 191 |
sBaseServiceURL = CommonLib.Common.GetConfigString("BaseClientAddress", "URL", "", isExternal); |
192 | 192 |
#endif |
내보내기 Unified diff