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
59a34c68f9
commit
911335d4b5
1 changed files with 4 additions and 4 deletions
|
@ -427,7 +427,7 @@ type = 'sled'
|
||||||
|
|
||||||
## Optional: path to sled repository
|
## Optional: path to sled repository
|
||||||
# default: /mnt/sled-repo
|
# default: /mnt/sled-repo
|
||||||
path = '/mnt/sled-repo'
|
path = '__DATA_DIR__/sled'
|
||||||
|
|
||||||
## Optional: in-memory cache capacity for sled data (in bytes)
|
## Optional: in-memory cache capacity for sled data (in bytes)
|
||||||
# default: 67,108,864 (1024 * 1024 * 64, or 64MB)
|
# default: 67,108,864 (1024 * 1024 * 64, or 64MB)
|
||||||
|
@ -474,15 +474,15 @@ bucket_name = 'pict-rs'
|
||||||
# default: empty
|
# default: empty
|
||||||
#
|
#
|
||||||
# When using minio, this can be set to `minio`
|
# When using minio, this can be set to `minio`
|
||||||
region = 'minio'
|
region = ''
|
||||||
|
|
||||||
## Required: object storage access key
|
## Required: object storage access key
|
||||||
# default: empty
|
# default: empty
|
||||||
access_key = 'ACCESS_KEY'
|
access_key = ''
|
||||||
|
|
||||||
## Required: object storage secret key
|
## Required: object storage secret key
|
||||||
# default: empty
|
# default: empty
|
||||||
secret_key = 'SECRET_KEY'
|
secret_key = ''
|
||||||
|
|
||||||
## Optional: object storage session token
|
## Optional: object storage session token
|
||||||
# default: empty
|
# default: empty
|
||||||
|
|
Loading…
Add table
Reference in a new issue