Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit 16090b7

Browse files
authored
Use SSL for Xamarin
1 parent 1442fb5 commit 16090b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RealmTasks Xamarin/RealmTasks/Models/Constants.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ public static class Server
1212
{
1313
public static string SyncHost { get; set; } = "127.0.0.1:9080";
1414

15-
public static Uri SyncServerUri => new Uri($"realm://{SyncHost}/~/realmtasks");
15+
public static Uri SyncServerUri => new Uri($"realms://{SyncHost}/~/realmtasks");
1616

17-
public static Uri AuthServerUri => new Uri($"http://{SyncHost}");
17+
public static Uri AuthServerUri => new Uri($"https://{SyncHost}");
1818
}
1919

2020
public static class Colors

0 commit comments

Comments
 (0)