Update bs-config.js for Herd
This commit is contained in:
parent
8e3fd88874
commit
2c7edc4b62
2 changed files with 4 additions and 3 deletions
|
@ -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',
|
||||
},
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue