package
0.3.7
Repository: https://github.com/xmlking/micro-starter-kit.git
Documentation: pkg.go.dev

# README

Config

Usage

customize Configor at runtime with Environment Variables

export CONFIGOR_FILE_PATH=/config/config.yaml
export CONFIGOR_DEBUG_MODE=true
export CONFIGOR_VERBOSE_MODE=true
export CONFIGOR_USE_PKGER=true
export CONFIGOR_ENV=prod

export CONFIGOR_ENV_PREFIX=APP
export APP_FEATURES_TLS_ENABLED=true

# for example 
MICRO_SERVER_ADDRESS=0.0.0.0:9999 CONFIGOR_ENV_PREFIX=APP APP_FEATURES_TLS_ENABLED=true ./build/greeter-service

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseTarget splits target into a resolver.Target struct containing scheme, authority and endpoint.

# Variables

BuildDate is populated by govvv.
No description provided by the author
GitBranch is populated by govvv.
GitCommit is populated by govvv.
GitState is populated by govvv.
GitSummary is populated by govvv.
Version is populated by govvv in compile-time.