Profile Sync

This commit is contained in:
John Lewin 2016-07-01 17:11:05 -07:00
parent 471f63712b
commit 58a27356c2
4 changed files with 39 additions and 11 deletions

View file

@ -451,7 +451,7 @@ namespace MatterHackers.MatterControl
}
#if DEBUG
public static string MCWSBaseUri { get; } = "http://localhost.:9206";
public static string MCWSBaseUri { get; } = "http://192.168.2.129:9206";
#else
public static string MCWSBaseUri { get;} = "https://mattercontrol.appspot.com";
#endif