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 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',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue