fedimovies/config.yaml.example
silverpill a1af46f566 Change default login message and update config example
Consider "ethereum" auth flow deprecated.
2022-04-30 16:35:54 +00:00

39 lines
1.2 KiB
Plaintext

database_url: postgres://mitra:mitra@127.0.0.1:55432/mitra
storage_dir: files
http_host: '127.0.0.1'
http_port: 8380
# Domain name
instance_uri: myserver.net
instance_title: myserver
instance_short_description: my fedi instance
# Long description can contain markdown syntax
instance_description: my fedi instance
# RSA private key can be generated with `mitractl generate-rsa-key`
instance_rsa_key: null
registrations_open: false
# EIP-4361 login message
login_message: 'Do not sign this message on other sites!'
post_character_limit: 2000
# Blockchain settings
# Set `blockchain` key to `null` to disable blockchain integration
blockchain:
# CAIP-2 chain ID (https://github.com/ChainAgnostic/CAIPs/blob/master/CAIPs/caip-2.md)
chain_id: eip155:31337
contract_address: '0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9'
contract_dir: contracts
api_url: 'http://127.0.0.1:8545'
# Block explorer base URL (should be compatible with https://eips.ethereum.org/EIPS/eip-3091)
explorer_url: null
# Instance private key
signing_key: null
# IPFS settings
# Set `ipfs_api_url` key to `null` to disable IPFS integration
ipfs_api_url: 'http://127.0.0.1:5001'
# IPFS gateway for clients
ipfs_gateway_url: 'https://ipfs.io'