-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
18 lines (18 loc) · 864 Bytes
/
appsettings.json
File metadata and controls
18 lines (18 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"ConnectionStrings": {
"DefaultConnection": //"workstation id=CloudComputingProject.mssql.somee.com;packet size=4096;user id=ayala_SQLLogin_1;pwd=vbsicn783d;data source=CloudComputingProject.mssql.somee.com;persist security info=False;initial catalog=CloudComputingProject"
"Server=(localdb)\\mssqllocaldb;Database=aspnet-CloudComputingProject-cf191516-e364-4f21-a965-41c92e06a0c7;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"PayPalsettings": {
"ClientId": "AdH-W3YFqF0r0e2ZdfpPB7AIabq4usrFvFHc3BmUxFv1QmuYvXkAL9pZjRAK_GgoujgB7Z5t_LwIxnMG",
"Secret": "ELZoXJqZeYM-NpZZizYcnurgGvVxPbg9v8BY_P458M-w2NilKyY_y-JlqbG02gOWLAJuxEQzSMnqjJ4B",
"Url": "https://api-m.sandbox.paypal.com"
}
}