Skip to content

Commit

Permalink
Add improved doc
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Jan 10, 2020
1 parent 96b2d4d commit 9e822a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This application uses the following techniques and might be suitable as a simple
2. Run the application by starting `WoL.exe`
3. Open the shown location in a browser (probably `localhost:5000`) and add your first host.

You can add the application in IIS for more serious hosting. You can set up T-SQL as a backend for backup etc.. See the [`appsettings.json` file](appsettings.json) for details.
You can add the application to IIS for more serious hosting. You can set up T-SQL as a backend for backup etc.. See the [`appsettings.json` file](WoL/appsettings.json) for details. If you host this in IIS you might want to [configure it to be always running](https://serverfault.com/a/823531), otherwise first the first request after some idle time will take seconds.

## Known Limitations

Expand Down
2 changes: 2 additions & 0 deletions WoL/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"ConnectionStrings": {
// set either TsqlConnection or SqliteConnection depending on which backend you want to use
/* "TsqlConnection": "Server=(localdb)\\mssqllocaldb;Database=blazor-wol;Trusted_Connection=True;MultipleActiveResultSets=true", */
"SqliteConnection": "Data Source=wol-db.sqlite"
},
"Logging": {
Expand Down

0 comments on commit 9e822a6

Please sign in to comment.