Skip to content

Commit

Permalink
Track CoreAppSetting.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Deliay committed Aug 1, 2020
1 parent 32243d1 commit 0d603ae
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ build/
*.log
*.scc
*.json
!CoreAppSetting.json

# Visual C++ cache files
ipch/
Expand Down
17 changes: 17 additions & 0 deletions src/EmberCore/CoreAppSetting.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"CheckUpdate": true,
"CheckComponentUpdate": true,
"Locale": "System",
"PluginsFolder": "plugins",
"PluginsCacheFolder": "cache",
"CommandSourceOperationTimeLimit": 5,
"Logging": {
"LogFolder": "logs",
"LogFilePattern": "logs_.txt",
"ConsoleLogFormat": "[{Timestamp:HH:mm:ss} {Level:u3}] [{SourceContext}] {Message:lj}{NewLine}{Exception}",
"FileLogFormat": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level:u3}] {Message:lj}{NewLine}{Exception}"
},
"Sqlite": {
"DbFileName": "ember.sqlite"
}
}

0 comments on commit 0d603ae

Please sign in to comment.