Skip to content

Commit

Permalink
added required new config key in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Moors authored Oct 25, 2018
1 parent 9d45ea0 commit 94e8151
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Windows only
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<appSettings>
<add key="path" value="/home/medpets/WWW/laravel/"/>
<add key="path" value="/var/www/html/"/>
<add key="pathDetected" value="false"/>
</appSettings>
</configuration>
```
Expand Down

0 comments on commit 94e8151

Please sign in to comment.