package
0.0.0-20241030112112-e244c7aceb21
Repository: https://github.com/tensved/snet-matrix-framework.git
Documentation: pkg.go.dev

# Functions

Init loads environment variables and parses them into the respective configuration structs.

# Variables

Configuration for the application.
Configuration for Blockchain.
Configuration for IPFS (InterPlanetary File System).
Configuration for Matrix (chat protocol).
Configuration for PostgreSQL.

# Structs

AppConfig holds the configuration values for the application.
BlockchainConfig holds the configuration values for connecting to a blockchain network.
IPFSConfig holds the configuration values for connecting to an IPFS provider.
MatrixConfig holds the configuration values for connecting to a Matrix homeserver.
PostgresConfig holds the configuration values for connecting to a PostgreSQL database.