2021-04-09 00:22:17 +00:00
|
|
|
database_url: postgres://mitra:mitra@127.0.0.1:5432/mitra
|
2021-11-05 23:41:30 +00:00
|
|
|
storage_dir: files
|
2021-04-09 00:22:17 +00:00
|
|
|
|
|
|
|
http_host: '127.0.0.1'
|
|
|
|
http_port: 8380
|
|
|
|
|
|
|
|
# domain name
|
|
|
|
instance_uri: myserver.net
|
|
|
|
instance_title: myserver
|
2021-11-05 23:41:30 +00:00
|
|
|
instance_short_description: my fedi instance
|
2021-04-09 00:22:17 +00:00
|
|
|
# Long description can contain markdown syntax
|
2021-11-05 23:41:30 +00:00
|
|
|
instance_description: my fedi instance
|
2021-11-18 21:48:49 +00:00
|
|
|
# RSA private key can be generated with `mitractl generate-rsa-key`
|
2021-11-18 00:22:41 +00:00
|
|
|
instance_rsa_key: null
|
2021-04-09 00:22:17 +00:00
|
|
|
registrations_open: false
|
|
|
|
# Login message must contain instance URL
|
|
|
|
login_message: 'Sign this message to log in to https://myserver.net. Do not sign this message on other sites!'
|
|
|
|
|
2022-01-25 22:17:28 +00:00
|
|
|
# To disable blockchain integration, set `blockchain` to `null`
|
|
|
|
blockchain:
|
|
|
|
# CAIP-2 chain ID (https://github.com/ChainAgnostic/CAIPs/blob/master/CAIPs/caip-2.md)
|
|
|
|
chain_id: eip155:31337
|
2022-01-26 17:04:45 +00:00
|
|
|
contract_address: '0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9'
|
2022-01-25 22:17:28 +00:00
|
|
|
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
|
2021-04-09 00:22:17 +00:00
|
|
|
signing_key: null
|
|
|
|
|
|
|
|
ipfs_api_url: 'http://127.0.0.1:5001'
|
|
|
|
# IPFS gateway for clients
|
|
|
|
ipfs_gateway_url: 'https://ipfs.io'
|