Skip to content

Commit 0a117d6

Browse files
committed
Fix: default public hostname
1 parent f4bd574 commit 0a117d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/schema.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
},
88
hostname: {
99
doc: 'Public hostname where the service is running on',
10-
default: 'http://localhost',
10+
default: 'localhost',
1111
env: 'PUBLIC_HOSTNAME',
1212
},
1313
port: {

0 commit comments

Comments
 (0)