diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 1 | ||||
-rw-r--r-- | config/production.yaml.example | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index bf772faf6..9f4a76621 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -1,4 +1,5 @@ | |||
1 | listen: | 1 | listen: |
2 | hostname: '127.0.0.1' | ||
2 | port: 9000 | 3 | port: 9000 |
3 | 4 | ||
4 | webserver: | 5 | webserver: |
diff --git a/config/production.yaml.example b/config/production.yaml.example index c963118d9..fc06c51fb 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -1,4 +1,5 @@ | |||
1 | listen: | 1 | listen: |
2 | hostname: 'localhost' | ||
2 | port: 9000 | 3 | port: 9000 |
3 | 4 | ||
4 | # Correspond to your reverse proxy "listen" configuration | 5 | # Correspond to your reverse proxy "listen" configuration |