diff --git a/.gitignore b/.gitignore index 1d27d65..2e88e73 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules .DS_Store Thumbs.db loconfig.*.json +!loconfig.example.json diff --git a/loconfig.example.json b/loconfig.example.json new file mode 100755 index 0000000..bd7ea91 --- /dev/null +++ b/loconfig.example.json @@ -0,0 +1,8 @@ +{ + "server": { + "https": { + "key": "~/.config/valet/Certificates/{% paths.url %}.key", + "cert": "~/.config/valet/Certificates/{% paths.url %}.crt" + } + } +}