We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9f730 commit c38f636Copy full SHA for c38f636
examples/webServer.lua
@@ -29,7 +29,7 @@ local CONFIG_SCHEMA = {
29
['bind-address'] = {
30
title = 'The binding address, use :: to bind on any',
31
type = 'string',
32
- default = '127.0.0.1'
+ default = 'localhost'
33
},
34
port = {
35
type = 'integer',
0 commit comments