mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Enable TLS in dev.toml
This commit is contained in:
parent
f3cd2e3246
commit
3980381106
1 changed files with 2 additions and 0 deletions
2
dev.toml
2
dev.toml
|
@ -70,6 +70,8 @@ crf_max = 12
|
|||
[repo]
|
||||
type = 'postgres'
|
||||
url = 'postgres://pictrs:1234@localhost:5432/pictrs'
|
||||
use_tls = true
|
||||
certificate_file = "./docker/object-storage/out/pictrsCA.crt"
|
||||
|
||||
# [repo]
|
||||
# type = 'sled'
|
||||
|
|
Loading…
Reference in a new issue