configs

package
v0.0.0-...-40fc3ee Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2019 License: Apache-2.0 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 {
	UserServiceURL      string `envconfig:"USER_SERVICE_URL"`
	ProfileServiceURL   string `envconfig:"PROFILE_SERVICE_URL"`
	CatalogueServiceURL string `envconfig:"CATALOGUE_SERVICE_URL"`
	SpaceServiceURL     string `envconfig:"POST_SERVICE_URL"`
	MongoHost           string `envconfig:"MONGO_HOSTS"`
	MongoDB             string `envconfig:"MONGO_DATABASE"`
	MongoUsername       string `envconfig:"MONGO_USERNAME"`
	MongoPassword       string `envconfig:"MONGO_PASWORD"`
	MongoCollection     string `envconfig:"MONGO_COLLECTION"`
	MONGOURL            string `envconfig:"MONGO_URL"`
	GRPCPort            string `envconfig:"GRPC_PORT"`
	GRAPHQLPort         string `envconfig:"GRAPHQL_PORT"`
}

Config ...

Jump to

Keyboard shortcuts

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