summaryrefslogtreecommitdiff
path: root/.config/example.yml
diff options
context:
space:
mode:
authorEssem <smswessem@gmail.com>2023-08-19 23:20:01 -0500
committerGitHub <noreply@github.com>2023-08-20 13:20:01 +0900
commit3eacbe6b6d80321d2672c02e640616395ef565ae (patch)
tree0e8dfb6797bf531001f0a72e1524751f342c72fe /.config/example.yml
parentfix(backend): ジョブキュー管理画面の認証を回避できる問題... (diff)
downloadsharkey-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/example.yml')
-rw-r--r--.config/example.yml3
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