config_service

package
v0.0.0-...-c1c19ee Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2024 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 Config

type Config struct {
	Mode                         string
	JwtAccessSecret              string
	JwtSubscriptionServiceSecret string
	JwtBillingServiceSecret      string
	Port                         uint16
	GrpcPort                     uint16
	DatabaseUrl                  string
	ClientUrl                    string
	GrpcBillingServiceUrl        string
	GrpcBillingServiceDomain     string
	LoginServiceUrl              string
}

type ConfigService

type ConfigService interface {
	GetConfig() *Config
}

Jump to

Keyboard shortcuts

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