Add example of loconfig.local.json

This commit is contained in:
Chauncey McAskill
2022-03-23 13:14:26 -04:00
parent 5010560ee3
commit 7f452f1fcc
2 changed files with 9 additions and 0 deletions

8
loconfig.example.json Executable file
View File

@@ -0,0 +1,8 @@
{
"server": {
"https": {
"key": "~/.config/valet/Certificates/{% paths.url %}.key",
"cert": "~/.config/valet/Certificates/{% paths.url %}.crt"
}
}
}