Skip to content

Commit

Permalink
Merge pull request #8 from ndv6/feature/implement-migration
Browse files Browse the repository at this point in the history
add const for token consul
  • Loading branch information
Lazycious authored Dec 15, 2022
2 parents cfbfa35 + b3213da commit 18c1715
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const (
EnvTypeKey = "GOCONF_TYPE"
EnvFileNameKey = "GOCONF_FILENAME"
EnvPrefixKey = "GOCONF_ENV_PREFIX"
EnvHttpToken = "GOCONF_HTTP_TOKEN"
EnvHttpTokenFile = "GOCONF_HTTP_TOKEN_FILE"

//configuration sources
SourceEnv Source = "env"
Expand Down

0 comments on commit 18c1715

Please sign in to comment.