-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
27 lines (27 loc) · 1.04 KB
/
appsettings.json
File metadata and controls
27 lines (27 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"AppSettings": {
"Secret": "THIS IS USED TO SIGN AND VERIFY JWT TOKENS, REPLACE IT WITH YOUR OWN SECRET, IT CAN BE ANY STRING",
},
"ElmahIo": {
"ApiKey": "7b6bd5099f11411eb912a399d0460ed7",
"Application": "DealersChoice",
"LogId": "970a02ab-9a62-4094-8f59-43a321261002"
},
"VideoSDK": {
"API_Key": "3a53a3fb-3fa9-46a1-972d-b9cdefca6a1e",
"Secret_Key": "b280011ed76f83bfcaa63b845d384d4d1046221f06c536b19141e3c966324522"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DbCoreConnectionString": "Server=(localdb)\\MSSQLLocalDB;Integrated Security=true;Database=CardGameDB;",
//"DbCoreConnectionString_Deploy": "Server=(localdb)\\MSSQLLocalDB;Integrated Security=true;Database=CardGameDB;"
"DbCoreConnectionString_Deploy": "Data Source=SQL8005.site4now.net;Initial Catalog=db_a97d41_cardgamedb;User Id=db_a97d41_cardgamedb_admin;Password=123qweQWE!@#"
}
}