diff options
| author | Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com> | 2019-05-24 03:26:56 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-05-24 03:26:56 +0900 |
| commit | 6de08d07a3d5cc4db2c9900f59a66ccca8643918 (patch) | |
| tree | 353ffbed5d87cbb1c4635e43061781dd20f49e8d /.config/example.yml | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | misskey-6de08d07a3d5cc4db2c9900f59a66ccca8643918.tar.gz misskey-6de08d07a3d5cc4db2c9900f59a66ccca8643918.tar.bz2 misskey-6de08d07a3d5cc4db2c9900f59a66ccca8643918.zip | |
Support PostgreSQL Extra Connection options (#4970)
Diffstat (limited to '.config/example.yml')
| -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 0babd037c5..503471d937 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -62,6 +62,10 @@ db: user: example-misskey-user pass: example-misskey-pass + # Extra Connection options + #extra: + # ssl: true + # ┌─────────────────────┐ #───┘ Redis configuration └───────────────────────────────────── |