diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-02-03 15:08:36 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-02-03 15:08:36 +0900 |
| commit | 825551d64f0af9114ee9987f58aa8e253c9e7d41 (patch) | |
| tree | 49e8fd564e40f6869b458835b922f0f2cf607c1c /.config/docker_example.yml | |
| parent | Update CHANGELOG.md (diff) | |
| download | misskey-825551d64f0af9114ee9987f58aa8e253c9e7d41.tar.gz misskey-825551d64f0af9114ee9987f58aa8e253c9e7d41.tar.bz2 misskey-825551d64f0af9114ee9987f58aa8e253c9e7d41.zip | |
drop syslog
Close #9774
Diffstat (limited to '.config/docker_example.yml')
| -rw-r--r-- | .config/docker_example.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/docker_example.yml b/.config/docker_example.yml index bd5eab492b..f8124bc9df 100644 --- a/.config/docker_example.yml +++ b/.config/docker_example.yml @@ -114,11 +114,6 @@ id: 'aid' # IP address family used for outgoing request (ipv4, ipv6 or dual) #outgoingAddressFamily: ipv4 -# Syslog option -#syslog: -# host: localhost -# port: 514 - # Proxy for HTTP/HTTPS #proxy: http://127.0.0.1:3128 |