Skip to content

Commit

Permalink
Add the appsettings too
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Jan 20, 2022
1 parent 4ed882e commit e218efb
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Warning"
},
"ConsoleThemeType": "Ansi"
},
"HomeAssistant": {
"Host": "localhost",
"Port": 8123,
"Ssl": false,
"Token": "enter_token_here"
},
"NetDaemon": {
"ApplicationConfigurationFolder": "./apps"
}
}

0 comments on commit e218efb

Please sign in to comment.