Configuration
SUBNET_ID
: Represents the unique identifier for a specific subnet within a network, enabling targeted network configuration and management.MONGODB_URL
: The connection string required to connect to a MongoDB database, including details like the database cluster location, authentication credentials, and optional connection parameters.MONGODB_DBNAME
: Specifies the name of the MongoDB database to be used, allowing the application to select the appropriate database within a MongoDB instance.MONGODB_COLLECTION_NAME
: Defines the name of the collection within the database where data records are stored, making it clear which specific data group the application interacts with.JSON_RPC_URL
: The endpoint URL for accessing a JSON-RPC service, commonly used in blockchain networks to interact with decentralized applications or perform various RPC calls.ACCESSPOINT_PRIVATE_KEY
: A sensitive private key used for authenticating and signing actions performed by a cluster operator; it should be securely stored to prevent unauthorized access.ACCESSPOINT_WALLET_ADDRESS
: The public wallet address of the cluster operator, typically used in decentralized environments to receive and manage tokens or assets.PORT
: Specifies the port number on which the application server listens, directing incoming requests to the correct application service.
Last updated