From 2c7edc4b6287c3033d4f6f9ef08b1ff466b83fa4 Mon Sep 17 00:00:00 2001 From: Marley Date: Sun, 26 Nov 2023 18:47:12 -0800 Subject: [PATCH] Update bs-config.js for Herd --- bs-config.js | 5 +++-- supernova/index.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bs-config.js b/bs-config.js index 683849d..924df6d 100644 --- a/bs-config.js +++ b/bs-config.js @@ -14,6 +14,7 @@ const domain = 'saudade.test' const homedir = require('os').homedir() +const certdir = homedir + '/Library/Application Support/Herd/config/valet/Certificates/' module.exports = { 'ui': { @@ -105,7 +106,7 @@ module.exports = { }, 'injectNotification': false, 'https': { - 'key': homedir + '/.config/valet/Certificates/' + domain + '.key', - 'cert': homedir + '/.config/valet/Certificates/' + domain + '.crt', + 'key': certdir + domain + '.key', + 'cert': certdir + domain + '.crt', }, } diff --git a/supernova/index.html b/supernova/index.html index 860c269..1fb4509 100644 --- a/supernova/index.html +++ b/supernova/index.html @@ -17,7 +17,7 @@ -test +test