diff options
| author | 2026-05-02 19:47:34 +0700 | |
|---|---|---|
| committer | 2026-05-02 19:47:34 +0700 | |
| commit | 179cf888d20537a5f6e581256be95ad1e2f92d6b (patch) | |
| tree | 72637341bf1e074252c2acc57ce122f2b235978a /config/config.prod.yaml | |
| parent | 03ff00d2e2e59f695bb14f346b4cc8fdbfc5d12a (diff) | |
| download | web-179cf888d20537a5f6e581256be95ad1e2f92d6b.tar.gz web-179cf888d20537a5f6e581256be95ad1e2f92d6b.zip | |
feat: enable unix listeners
refactor: parametrize listener
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 |