43 lines
906 B
TOML
43 lines
906 B
TOML
id = "paperclip01"
|
|
|
|
bind = "0.0.0.0:8443"
|
|
grpc_bind = "0.0.0.0:7443"
|
|
domain = "usercontent.solsynth.dev"
|
|
secret = "LtTjzAGFLshwXhN4ZD4nG5KlMv1MWcsvfv03TSZYnT1VhiAnLIZFTnHUwR0XhGgi"
|
|
|
|
accepts_usage = ["p.avatar", "p.banner", "i.attachment", "m.attachment"]
|
|
|
|
[workers]
|
|
files_deletion = 4
|
|
files_analyze = 4
|
|
|
|
[debug]
|
|
database = false
|
|
print_routes = false
|
|
|
|
[dealer]
|
|
addr = "127.0.0.1:7442"
|
|
|
|
[security]
|
|
cookie_domain = "localhost"
|
|
cookie_samesite = "Lax"
|
|
access_token_duration = 300
|
|
refresh_token_duration = 2592000
|
|
|
|
[database]
|
|
dsn = "host=localhost user=postgres password=password dbname=hy_paperclip port=5432 sslmode=disable"
|
|
prefix = "paperclip_"
|
|
|
|
[destinations.temporary]
|
|
type = "local"
|
|
path = "uploads"
|
|
|
|
[destinations.permanent]
|
|
type = "s3"
|
|
bucket = "bucket"
|
|
endpoint = "s3.ap-east-1.amazonaws.com"
|
|
secret_id = "secret"
|
|
secret_key = "secret"
|
|
access_baseurl = "https://raw.sn.solsynth.dev"
|
|
enable_ssl = true
|