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:
parent
911335d4b5
commit
60bba09594
1 changed files with 4 additions and 4 deletions
|
@ -486,7 +486,7 @@ secret_key = ''
|
||||||
|
|
||||||
## Optional: object storage session token
|
## Optional: object storage session token
|
||||||
# default: empty
|
# default: empty
|
||||||
session_token = 'SESSION_TOKEN'
|
session_token = ''
|
||||||
|
|
||||||
## Optional: set how long object storage signatures are valid for (in seconds)
|
## Optional: set how long object storage signatures are valid for (in seconds)
|
||||||
# default: 15
|
# default: 15
|
||||||
|
@ -504,13 +504,13 @@ client_timeout = 30
|
||||||
|
|
||||||
## Filesystem media storage example
|
## Filesystem media storage example
|
||||||
# ## Media storage configuration
|
# ## Media storage configuration
|
||||||
# [store]
|
[store]
|
||||||
# ## Optional: type of media storage to use
|
# ## Optional: type of media storage to use
|
||||||
# # default: filesystem
|
# # default: filesystem
|
||||||
# #
|
# #
|
||||||
# # available options: filesystem, object_storage
|
# # available options: filesystem, object_storage
|
||||||
# type = 'filesystem'
|
type = 'filesystem'
|
||||||
#
|
#
|
||||||
# ## Optional: path to uploaded media
|
# ## Optional: path to uploaded media
|
||||||
# # default: /mnt/files
|
# # default: /mnt/files
|
||||||
# path = '__DATA_DIR__'
|
path = '__DATA_DIR__/pictrs-data'
|
||||||
|
|
Loading…
Reference in a new issue