configs

package
v0.0.0-...-4e57419 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	HTTP struct {
		Port string
	}
	GRPC struct {
		Port string
	}
	Auth struct {
		JWTSecret      string
		InternalSecret string
	}
	MongoDB struct {
		Host       string
		Port       string
		Username   string
		Password   string
		Database   string
		AuthSource string
	}
	FileService struct {
		Addr string
	}
	AuthService struct {
		Addr string
	}
}

func NewConfig

func NewConfig() (*Config, error)

Jump to

Keyboard shortcuts

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