config

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Settings

type Settings struct {
	Port                      int    `yaml:"PORT"`
	MonPort                   int    `yaml:"MON_PORT"`
	ClickHouseHost            string `yaml:"CLICKHOUSE_HOST"`
	ClickHouseTCPPort         int    `yaml:"CLICKHOUSE_TCP_PORT"`
	ClickHouseUser            string `yaml:"CLICKHOUSE_USER"`
	ClickHousePassword        string `yaml:"CLICKHOUSE_PASSWORD"`
	TokenExchangeJWTKeySetURL string `yaml:"TOKEN_EXCHANGE_JWK_KEY_SET_URL"`
	TokenExchangeIssuer       string `yaml:"TOKEN_EXCHANGE_ISSUER_URL"`
	VehicleNFTAddress         string `yaml:"VEHICLE_NFT_ADDRESS"`
}

Settings contains the application config.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL