| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "Bo": {
- "System": {
- "SessionIdleTimeout": "00:05:00",
- "AccountSystem": {
- "Name": "System",
- "Password": "Fr1cEKd0NTD13",
- "Email": "system@bo.com",
- "Culture": "en-US"
- },
- "AccountConsole": {
- "Name": "Console",
- "Password": "A1Abastr0vA",
- "Email": "console@bo.com",
- "Culture": "en-US"
- },
- "AccountAdmin": {
- "Name": "Administrator",
- "Password": "Pan1d0mAc1",
- "Email": "admin@bo.com",
- "Culture": "en-US"
- }
- },
- "Business": {
- "DefaultBillingPlanCode" : "UNLIMITED"
- },
- "Api": {
- "Console": {
- "MagicKeys": [
- "6DEC4167-57A6-4333-92DA-ADE009A97DE9",
- "SHARE"
- ]
- }
- }
- }
- }
|