Skip to content

Commit 17bb358

Browse files
committed
Added new backend to appsettings
1 parent 7dd8ba5 commit 17bb358

3 files changed

Lines changed: 11 additions & 14 deletions

File tree

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
{
2-
"ApiBase": "http://localhost:9400",
3-
"LiveBase": "http://localhost:5131/live"
42
}
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
{
2-
"ApiBase": "https://codebreakerapi-2.purplebush-9a246700.westeurope.azurecontainerapps.io",
3-
"LiveBase": "https://codebreakerlive-2.purplebush-9a246700.westeurope.azurecontainerapps.io/live"
42
}
Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"TenantName": "codebreaker3000",
3-
"ClientId": "cda69052-a9ff-4263-a630-2786e89e5075",
4-
"RedirectUri": "https://codebreaker3000.b2clogin.com/oauth2/nativeclient",
5-
"Policies": {
6-
"SignUpSignInPolicy": "B2C_1_SUSI",
7-
"SignUpPolicy": "B2C_1_SU",
8-
"SignInPolicy": "B2C_1_SI",
9-
"EditProfilePolicy": "B2C_1_PE",
10-
"ResetPasswordPolicy": "B2C_1_PR"
11-
}
2+
"ApiBase": "https://codebreaker-gamesapi-3.purplebush-9a246700.westeurope.azurecontainerapps.io",
3+
"TenantName": "codebreaker3000",
4+
"ClientId": "cda69052-a9ff-4263-a630-2786e89e5075",
5+
"RedirectUri": "https://codebreaker3000.b2clogin.com/oauth2/nativeclient",
6+
"Policies": {
7+
"SignUpSignInPolicy": "B2C_1_SUSI",
8+
"SignUpPolicy": "B2C_1_SU",
9+
"SignInPolicy": "B2C_1_SI",
10+
"EditProfilePolicy": "B2C_1_PE",
11+
"ResetPasswordPolicy": "B2C_1_PR"
12+
}
1213
}

0 commit comments

Comments
 (0)