diff options
| author | Essem <smswessem@gmail.com> | 2023-08-19 23:20:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-20 13:20:01 +0900 |
| commit | 3eacbe6b6d80321d2672c02e640616395ef565ae (patch) | |
| tree | 0e8dfb6797bf531001f0a72e1524751f342c72fe /.config | |
| parent | fix(backend): ジョブキュー管理画面の認証を回避できる問題... (diff) | |
| download | sharkey-3eacbe6b6d80321d2672c02e640616395ef565ae.tar.gz sharkey-3eacbe6b6d80321d2672c02e640616395ef565ae.tar.bz2 sharkey-3eacbe6b6d80321d2672c02e640616395ef565ae.zip | |
enhance(backend): Add address bind config option (#11725)
* Add address bind config option
* Edit changelog
* forgot to add to types
Diffstat (limited to '.config')
| -rw-r--r-- | .config/example.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml index 49683c2f30..cca44ce88c 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -159,6 +159,9 @@ id: 'aid' #deliverJobMaxAttempts: 12 #inboxJobMaxAttempts: 8 +# Local address used for outgoing requests +#outgoingAddress: 127.0.0.1 + # IP address family used for outgoing request (ipv4, ipv6 or dual) #outgoingAddressFamily: ipv4 |