Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct {
Environment string
DatabaseUrl string
JwtSecret string
RedisHost string
RedisPort string
RedisPassword string
RedisDb int
ObjectStorageServiceAccessKey string
ObjectStorageServiceSecretKey string
ObjectStorageServiceEndpoint string
ObjectStorageServiceRegion string
ObjectStorageServiceBucket string
InK8s bool
DockerImageName string
GraphqlServerPort string
RestServerPort string
}
func LoadServerConfig ¶
func LoadServerConfig() *Configuration
Click to show internal directories.
Click to hide internal directories.