2022-03-28 04:27:07 +00:00
|
|
|
[server]
|
|
|
|
address = '0.0.0.0:8080'
|
2023-07-06 00:06:48 +00:00
|
|
|
api_key = 'api-key'
|
2023-07-21 03:06:06 +00:00
|
|
|
max_file_count = 10
|
2023-07-06 00:06:48 +00:00
|
|
|
|
2022-03-28 04:27:07 +00:00
|
|
|
[tracing.logging]
|
|
|
|
format = 'normal'
|
2023-09-30 21:26:59 +00:00
|
|
|
targets = 'info'
|
2022-03-28 04:27:07 +00:00
|
|
|
|
|
|
|
[tracing.console]
|
|
|
|
buffer_capacity = 102400
|
|
|
|
|
|
|
|
[tracing.opentelemetry]
|
2023-09-04 01:05:29 +00:00
|
|
|
url = 'http://127.0.0.1:4317'
|
2022-03-28 04:27:07 +00:00
|
|
|
service_name = 'pict-rs'
|
2023-09-04 02:32:54 +00:00
|
|
|
targets = 'info,pict_rs=debug'
|
2022-03-28 04:27:07 +00:00
|
|
|
|
2023-09-04 21:28:20 +00:00
|
|
|
[metrics]
|
|
|
|
prometheus_address = "127.0.0.1:8070"
|
|
|
|
|
2023-08-16 00:33:19 +00:00
|
|
|
[old_repo]
|
|
|
|
path = 'data/sled-repo-local'
|
|
|
|
cache_capacity = 67108864
|
2022-03-28 04:27:07 +00:00
|
|
|
|
|
|
|
[media]
|
2023-09-06 01:45:07 +00:00
|
|
|
# external_validation = 'http://localhost:8076'
|
2022-03-28 04:27:07 +00:00
|
|
|
max_file_size = 40
|
2022-04-06 02:47:35 +00:00
|
|
|
filters = ['blur', 'crop', 'identity', 'resize', 'thumbnail']
|
2023-07-14 00:22:15 +00:00
|
|
|
|
2023-07-18 03:20:41 +00:00
|
|
|
[media.image]
|
|
|
|
format = "webp"
|
|
|
|
|
2023-07-17 22:47:16 +00:00
|
|
|
[media.image.quality]
|
|
|
|
avif = 50
|
|
|
|
png = 50
|
|
|
|
jpeg = 75
|
|
|
|
jxl = 50
|
|
|
|
webp = 60
|
|
|
|
|
2023-07-14 00:56:56 +00:00
|
|
|
[media.animation]
|
|
|
|
max_width = 2000
|
|
|
|
max_height = 2000
|
|
|
|
max_area = 2000000
|
2023-07-18 03:20:41 +00:00
|
|
|
format = "webp"
|
2023-07-14 00:56:56 +00:00
|
|
|
|
2023-07-17 22:47:16 +00:00
|
|
|
[media.animation.quality]
|
|
|
|
apng = 50
|
|
|
|
avif = 50
|
|
|
|
webp = 60
|
|
|
|
|
2023-07-14 00:22:15 +00:00
|
|
|
[media.video]
|
|
|
|
enable = true
|
|
|
|
allow_audio = true
|
2023-07-18 03:20:41 +00:00
|
|
|
max_area = 884000000
|
2022-03-28 04:27:07 +00:00
|
|
|
|
2023-07-17 22:47:16 +00:00
|
|
|
[media.video.quality]
|
|
|
|
crf_240 = 37
|
|
|
|
crf_360 = 36
|
|
|
|
crf_480 = 33
|
|
|
|
crf_720 = 32
|
|
|
|
crf_1080 = 31
|
|
|
|
crf_1440 = 24
|
|
|
|
crf_2160 = 15
|
|
|
|
crf_max = 12
|
|
|
|
|
2022-03-28 04:27:07 +00:00
|
|
|
[repo]
|
2023-09-02 18:36:03 +00:00
|
|
|
type = 'postgres'
|
2023-09-04 01:05:29 +00:00
|
|
|
url = 'postgres://pictrs:1234@localhost:5432/pictrs'
|
2022-03-28 04:27:07 +00:00
|
|
|
|
2023-09-03 23:21:46 +00:00
|
|
|
# [repo]
|
|
|
|
# type = 'sled'
|
|
|
|
# path = 'data/sled-repo-local'
|
|
|
|
|
2023-07-07 17:30:22 +00:00
|
|
|
# [store]
|
2023-09-07 01:49:13 +00:00
|
|
|
# type = 'filesystem'
|
|
|
|
# path = 'data/files-local'
|
|
|
|
|
|
|
|
[store]
|
|
|
|
type = 'object_storage'
|
|
|
|
endpoint = 'http://localhost:3900'
|
|
|
|
use_path_style = true
|
|
|
|
bucket_name = 'pict-rs'
|
|
|
|
region = 'garage'
|
|
|
|
access_key = 'GK052c0e31975c2f14bd841c6f'
|
|
|
|
secret_key = 'f7a12660c7b242ec70b8341283f3642d46b56bbcf1aa312d5fd8a1aa89d981db'
|