# Mitra configuration file database_url: postgres://mitra:mitra@127.0.0.1:5432/mitra storage_dir: /var/lib/mitra http_host: '127.0.0.1' http_port: 8383 # Log level (debug, info, warn) #log_level: info # Domain name instance_uri: example.tld instance_title: example instance_short_description: my instance # Long description can contain markdown syntax instance_description: my instance registrations_open: false # EIP-4361 login message #login_message: 'Do not sign this message on other sites!' #post_character_limit: 2000 # Blockchain settings # Example: #blockchain: # chain_id: eip155:31337 # contract_address: '0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9' # contract_dir: contracts # api_url: 'http://127.0.0.1:8545' # explorer_url: null # signing_key: null # Set `blockchain` key to `null` to disable blockchain integration blockchain: null # IPFS settings # Set `ipfs_api_url` key to `null` to disable IPFS integration ipfs_api_url: null # IPFS gateway for clients ipfs_gateway_url: null