From 3980381106955ffbb26aff4b9455e475efc8b039 Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 15 Jan 2024 18:15:51 -0500 Subject: [PATCH] Enable TLS in dev.toml --- dev.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev.toml b/dev.toml index ec0b47ec..f2599d22 100644 --- a/dev.toml +++ b/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'