Skip to content
Snippets Groups Projects
Commit 1a9550e6 authored by supersonicwisd1's avatar supersonicwisd1
Browse files

removed the unneeded config folder from examples

Signed-off-by: supersonicwisd1 <supersonicwisd1>
parent b9f800cc
No related branches found
No related tags found
1 merge request!8Addition of some example usage approach
# PyFed Configuration Example
# Core Settings
domain: example.com
debug: false
# Database
database:
url: postgresql://user:pass@localhost/pyfed
min_connections: 5
max_connections: 20
timeout: 30
# Redis
redis:
url: redis://localhost
pool_size: 10
timeout: 30
# Security
security:
key_path: keys/
signature_ttl: 300
max_payload_size: 5000000
allowed_algorithms:
- rsa-sha256
# Federation
federation:
shared_inbox: true
delivery_timeout: 30
max_recipients: 100
retry_delay: 300
# Media
media:
upload_path: uploads/
max_size: 10000000
allowed_types:
- image/jpeg
- image/png
- image/gif
- video/mp4
- audio/mpeg
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment