Skip to content

Instantly share code, notes, and snippets.

@WernerMairl
Created January 23, 2020 17:53
Show Gist options
  • Save WernerMairl/feded92a33f5a7c08caeda821b6e6b09 to your computer and use it in GitHub Desktop.
Save WernerMairl/feded92a33f5a7c08caeda821b6e6b09 to your computer and use it in GitHub Desktop.
development settings for Trail365
{
"RunMigrationsAtStartup": true,
"CloudStorageEnabled": false,
"CloudStorageRootContainerName": "uploads",
"FileSystemBlobServiceRootDirectory": "%LOCALAPPDATA%\\trail365\\localblob",
"FileSystemBlobServiceRequestPath": "/localblob",
"CloudStorageMaxAgeSeconds": -1,
"MaxResultSize": 25,
"SeedOnCreation": true,
"SeedingApplicationUrl": "http://localhost:5000",
"Features": {
"Events": true,
"AddTrail": true,
"Stories": true,
"AdminTrailUpload": true,
"UserTrailUpload": true
},
"ConnectionStrings": {
"TrailDB": "Data Source=%LOCALAPPDATA%\\trail365\\trail.sqlite",
"IdentityDB": "Data Source=%LOCALAPPDATA%\\trail365\\identity.sqlite",
"TaskDB": "Data Source=%LOCALAPPDATA%\\trail365\\task.sqlite"
},
"AuthenticationEnabled": true,
"StaticUserSettingsEnabled": true,
"StaticUserSettings": {
"UserID": "4CF801DF-CC96-4C07-BA3F-ED0338559D26",
"Roles": "Admin",
"Name": "admin@trail365",
"NameIdentifier": "admin@trail365",
"EMail": "admin@trail365"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment