1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lemmy_ynh.git synced 2024-09-03 19:36:09 +02:00

Update pict-rs.toml

This commit is contained in:
Éric Gaspar 2023-07-20 09:44:00 +02:00
parent 911335d4b5
commit 60bba09594

View file

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