Skip to content

Commit

Permalink
Update local-config-sample.json with more specific placeholder values…
Browse files Browse the repository at this point in the history
…. Add all 4 properties to each example for clarity.
  • Loading branch information
dpellenwood committed Dec 10, 2024
1 parent 71a8fea commit dfc5611
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions local-config-sample.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"_instructions": {
"General": "Duplicate this file to local-config.json. Set `host` below to your local dev URL, `certPath` and `certName` to the directory & file name containing the SSL certificate and key file for this local dev URL.",
"Lando": {
"Example_Lando": {
"certPath": "/Users/{username}/.lando/certs",
"certName": "lndo.site"
"certName": "appserver_nginx.{lando-project-name}",
"host": "{lando-project-name}.lndo.site",
"protocol": "https"
},
"LocalWP": {
"Example_LocalWP": {
"certPath": "/Users/{username}/Library/Application Support/Local/run/router/nginx/certs",
"certName": "{hostname}.local"
"certName": "{hostname}.local",
"host": "{hostname}.local",
"protocol": "https"
}
},
"certPath": "",
Expand Down

0 comments on commit dfc5611

Please sign in to comment.