Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
leafac committed Oct 9, 2024
1 parent bd8e4f8 commit d0c0041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/development.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ export default {
tls: {
key: path.join(
caddy.dataDirectory(),
"certificates/local/localhost/localhost.key",
`certificates/local/${os.hostname()}/${os.hostname()}.key`,
),
certificate: path.join(
caddy.dataDirectory(),
"certificates/local/localhost/localhost.crt",
`certificates/local/${os.hostname()}/${os.hostname()}.crt`,
),
},
environment: "development",
Expand Down

0 comments on commit d0c0041

Please sign in to comment.