Skip to content

Commit 7419110

Browse files
chore: update settings
1 parent f0c3c11 commit 7419110

3 files changed

Lines changed: 4 additions & 22 deletions

File tree

src/2-Clients/AdminPanel/appsettings.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"Application": {
44
"Default": {
55
"Name": "Can Be Yours",
6-
"Description": "Can Be Yours is a sample startup built with CodeBlock.Dev",
76
"Url": "https://admin.canbeyours.online/"
87
}
98
},
@@ -12,19 +11,12 @@
1211
"DatabaseName": "CanBeYours"
1312
},
1413
"Administration": {
15-
"AdminRole": "admin",
16-
"Permissions": [
17-
{
18-
"DisplayName": "Test",
19-
"SystemName": "Test",
20-
"GroupName": "Custom"
21-
}
22-
]
14+
"AdminRole": "admin"
2315
},
2416
"Identity": {
2517
"AdminUser": {
2618
"Mobile": "+31000000000",
27-
"Email": "admin@test.com",
19+
"Email": "admin@canbeyours.online",
2820
"Password": "12345678"
2921
},
3022
"ExternalLogins": {

src/2-Clients/Api/appsettings.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"AllowedHosts": "*",
3-
//This needs to be shared with the client application
43
"ApiKey": "xxxxxxxxxxxxxxxxxxxxxxxx",
54
"Application": {
65
"Default": {
76
"Name": "Can Be Yours",
8-
"Description": "Can Be Yours is a sample startup built with CodeBlock.Dev",
97
"Url": "https://api.canbeyours.online/"
108
}
119
},
@@ -14,19 +12,12 @@
1412
"DatabaseName": "CanBeYours"
1513
},
1614
"Administration": {
17-
"AdminRole": "admin",
18-
"Permissions": [
19-
{
20-
"DisplayName": "Test",
21-
"SystemName": "Test",
22-
"GroupName": "Custom"
23-
}
24-
]
15+
"AdminRole": "admin"
2516
},
2617
"Identity": {
2718
"AdminUser": {
2819
"Mobile": "+31000000000",
29-
"Email": "admin@test.com",
20+
"Email": "admin@canbeyours.online",
3021
"Password": "12345678"
3122
},
3223
"ExternalLogins": {

src/2-Clients/WebApp/appsettings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"Application": {
44
"Default": {
55
"Name": "Can Be Yours",
6-
"Description": "Can Be Yours is a sample startup built with CodeBlock.Dev",
76
"Url": "https://canbeyours.online/"
87
}
98
},

0 commit comments

Comments
 (0)