1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

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

1
.gitignore vendored
View File

@@ -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
View File

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