Renaming folder, project, solutions + changing .gitignore (there were old references to Umbraco.Web.UI)
This commit is contained in:
59
src/Umbraco.Web.UI/appsettings.Development.template.json
Normal file
59
src/Umbraco.Web.UI/appsettings.Development.template.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"$schema" : "./umbraco/config/appsettings-schema.json",
|
||||
"Serilog": {
|
||||
"MinimumLevel": {
|
||||
"Default": "Information",
|
||||
"Override": {
|
||||
"Examine.Lucene.Providers.LuceneIndex": "Debug",
|
||||
"Examine.BaseIndexProvider": "Debug",
|
||||
"Examine.Lucene.LoggingReplicationClient": "Debug",
|
||||
"Examine.Lucene.ExamineReplicator": "Debug"
|
||||
}
|
||||
},
|
||||
"WriteTo": [
|
||||
{
|
||||
"Name": "Async",
|
||||
"Args": {
|
||||
"configure": [
|
||||
{
|
||||
"Name": "Console"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Umbraco": {
|
||||
"CMS": {
|
||||
"Examine": {
|
||||
"LuceneDirectoryFactory": "TempFileSystemDirectoryFactory"
|
||||
},
|
||||
"Global": {
|
||||
"Smtp": {
|
||||
//"From": "your@email.here",
|
||||
//"Host": "localhost",
|
||||
// "Port": "25"
|
||||
}
|
||||
},
|
||||
"Hosting": {
|
||||
"Debug": true
|
||||
},
|
||||
"RuntimeMinification": {
|
||||
"useInMemoryCache": true,
|
||||
"cacheBuster": "Timestamp"
|
||||
},
|
||||
"RichTextEditor": {
|
||||
"Commands": [
|
||||
{
|
||||
"Alias": "fullscreen",
|
||||
"Name": "Full Screen",
|
||||
"Mode": "All"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
"fullscreen"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user