1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-14 16:45:39 +08:00
Files
locomotive-boilerplate/loconfig.example.json
2022-03-23 14:06:11 -04:00

9 lines
197 B
JSON
Executable File

{
"server": {
"https": {
"key": "~/.config/valet/Certificates/{% paths.url %}.key",
"cert": "~/.config/valet/Certificates/{% paths.url %}.crt"
}
}
}