From 60bba09594190fa6b901a95572e383cc7b01b744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 20 Jul 2023 09:44:00 +0200 Subject: [PATCH] Update pict-rs.toml --- conf/pict-rs.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/pict-rs.toml b/conf/pict-rs.toml index 8a72e66..f6ccd68 100644 --- a/conf/pict-rs.toml +++ b/conf/pict-rs.toml @@ -486,7 +486,7 @@ secret_key = '' ## Optional: object storage session token # default: empty -session_token = 'SESSION_TOKEN' +session_token = '' ## Optional: set how long object storage signatures are valid for (in seconds) # default: 15 @@ -504,13 +504,13 @@ client_timeout = 30 ## Filesystem media storage example # ## Media storage configuration -# [store] +[store] # ## Optional: type of media storage to use # # default: filesystem # # # # available options: filesystem, object_storage -# type = 'filesystem' +type = 'filesystem' # # ## Optional: path to uploaded media # # default: /mnt/files -# path = '__DATA_DIR__' +path = '__DATA_DIR__/pictrs-data'