Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Api Api `yaml:"api"`
Datasource Datasource `yaml:"datasource"`
}
type Datasource ¶
type Datasource struct {
CardanoDbSync DatasourceCardanoDbSync `yaml:"cardanodbsync"`
}
type DatasourceCardanoDbSync ¶
type DatasourceCardanoDbSync struct {
Host string `yaml:"host" default:"localhost"`
Port int `yaml:"port" default:"5432"`
Username string `yaml:"username" default:"postgres"`
Password string `yaml:"password" default:"changeme"`
DbName string `yaml:"dbname" default:"cexplorer"`
SslMode string `yaml:"sslmode" default:"prefer"`
}
Click to show internal directories.
Click to hide internal directories.