Enable TLS in dev.toml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
asonix 2024-01-15 18:15:51 -05:00
parent f3cd2e3246
commit 3980381106

View file

@ -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'