We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bd574 commit 0a117d6Copy full SHA for 0a117d6
src/config/schema.ts
@@ -7,7 +7,7 @@ export default {
7
},
8
hostname: {
9
doc: 'Public hostname where the service is running on',
10
- default: 'http://localhost',
+ default: 'localhost',
11
env: 'PUBLIC_HOSTNAME',
12
13
port: {
0 commit comments