Add example of loconfig.local.json
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ node_modules
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
loconfig.*.json
|
loconfig.*.json
|
||||||
|
!loconfig.example.json
|
||||||
|
|||||||
8
loconfig.example.json
Executable file
8
loconfig.example.json
Executable file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"server": {
|
||||||
|
"https": {
|
||||||
|
"key": "~/.config/valet/Certificates/{% paths.url %}.key",
|
||||||
|
"cert": "~/.config/valet/Certificates/{% paths.url %}.crt"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user