config

package
v0.0.0-...-135ac7b Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServerConfig

type ServerConfig struct {
	ServerPort     string
	ServerPath     string
	ServerMode     string
	MaxMessageSize int64
	MaxRows        int

	PGSQL struct {
		DBName   string
		Username string
		Password string
		Host     string
		Port     string
	}

	Redis struct {
		Host     string
		Port     string
		Username string
		Password string
		DB       int
	}

	Relay struct {
		AdminPubKey string
		Nips        []int

		Name        string
		Description string
		Version     string
		Contract    string
		Software    string
	}
}

read from toml format config file

Jump to

Keyboard shortcuts

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