31 lines
605 B
YAML
31 lines
605 B
YAML
|
# Mitra configuration file
|
||
|
|
||
|
database_url: postgres://mitra:mitra@database/mitra
|
||
|
storage_dir: /app/data
|
||
|
web_client_dir: /app/dist
|
||
|
|
||
|
http_host: '0.0.0.0'
|
||
|
http_port: 8383
|
||
|
|
||
|
instance_uri: https://mitra.syu.is
|
||
|
instance_title: mitra.syu.is
|
||
|
instance_short_description: mitra.syu.is
|
||
|
# Long description can contain markdown syntax
|
||
|
instance_description: |
|
||
|
# My instance
|
||
|
Welcome!
|
||
|
# Make list of instance admins public
|
||
|
instance_staff_public: true
|
||
|
instance_timeline_public: true
|
||
|
|
||
|
registration:
|
||
|
type: invite
|
||
|
default_role: user
|
||
|
|
||
|
retention:
|
||
|
extraneous_posts: 50
|
||
|
empty_profiles: 150
|
||
|
|
||
|
federation:
|
||
|
enabled: true
|