Update bs-config.js for Herd

This commit is contained in:
Marley 2023-11-26 18:47:12 -08:00
parent 8e3fd88874
commit 2c7edc4b62
2 changed files with 4 additions and 3 deletions

View file

@ -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',
},
}

View file

@ -17,7 +17,7 @@
<script src="/polyfills.js" type="module"></script>
</head>
<body>
<a href="/vpz_research/test">test</a>
<a href="/petz5world/test">test</a>
</body>
</html>