Skip to content

Commit 65a0507

Browse files
authored
Don't use https BaseSiteUrl
1 parent e5330bd commit 65a0507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Shared/PlasmaShared/GlobalConst.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static void SetMode(ModeType newMode)
6666
AutoMigrateDatabase = false;
6767
break;
6868
case ModeType.Live:
69-
BaseSiteUrl = "https://zero-k.info";
69+
BaseSiteUrl = "http://zero-k.info";
7070
ZkDataContextConnectionString =
7171
"Data Source=zero-k.info;Initial Catalog=zero-k;Persist Security Info=True;User ID=zero-k;Password=zkdevpass1;MultipleActiveResultSets=true;Min Pool Size=5;Max Pool Size=2000;";
7272

0 commit comments

Comments
 (0)