diff options
| author | dogcraft <neko@neko.red> | 2023-07-17 13:12:02 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-17 14:12:02 +0900 |
| commit | 5dab9189999255fce2d89f5737f1166805f893af (patch) | |
| tree | 4dad2f3cbbcf0cc762c6b283a06d7444e0c568cc /.config | |
| parent | perf(frontend): improve performance of contextmenu (diff) | |
| download | misskey-5dab9189999255fce2d89f5737f1166805f893af.tar.gz misskey-5dab9189999255fce2d89f5737f1166805f893af.tar.bz2 misskey-5dab9189999255fce2d89f5737f1166805f893af.zip | |
enhance(backend): add unix socket support (#11275)
* unix socket support
* add changelog
* lint
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Diffstat (limited to '.config')
| -rw-r--r-- | .config/example.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml index c8735bf699..fcf22debce 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -30,6 +30,10 @@ url: https://example.tld/ # The port that your Misskey server should listen on. port: 3000 +# You can also use UNIX domain socket. +# socket: /path/to/misskey.sock +# chmodSocket: '777' + # ┌──────────────────────────┐ #───┘ PostgreSQL configuration └──────────────────────────────── |