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 domain = 'saudade.test'
const homedir = require('os').homedir() const homedir = require('os').homedir()
const certdir = homedir + '/Library/Application Support/Herd/config/valet/Certificates/'
module.exports = { module.exports = {
'ui': { 'ui': {
@ -105,7 +106,7 @@ module.exports = {
}, },
'injectNotification': false, 'injectNotification': false,
'https': { 'https': {
'key': homedir + '/.config/valet/Certificates/' + domain + '.key', 'key': certdir + domain + '.key',
'cert': homedir + '/.config/valet/Certificates/' + domain + '.crt', 'cert': certdir + domain + '.crt',
}, },
} }

View file

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