Diffstat (limited to 'config/config.prod.yaml')
| -rw-r--r-- | config/config.prod.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.prod.yaml b/config/config.prod.yaml index 91f606f..0b45e1a 100644 --- a/config/config.prod.yaml +++ b/config/config.prod.yaml @@ -1,4 +1,8 @@ logLevel: info +endpoint: + type: http + config: + listenOn: ":3000" blogPages: storage: type: b2 |