Skip to content

Commit

Permalink
Add tie-in for testing with houston and orbit locally
Browse files Browse the repository at this point in the history
  • Loading branch information
andscoop committed Aug 15, 2018
1 parent f596027 commit d498adf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config/config.go
Expand Up @@ -41,7 +41,9 @@ var (
CloudAPIPort: newCfg("cloud.api.port", "443"),
CloudAPIToken: newCfg("cloud.api.token", ""),
Context: newCfg("context", ""),
LocalAPIURL: newCfg("local.api.url", ""),
LocalEnabled: newCfg("local.enabled", ""),
LocalHouston: newCfg("local.houston", ""),
LocalOrbit: newCfg("local.orbit", ""),
PostgresUser: newCfg("postgres.user", "postgres"),
PostgresPassword: newCfg("postgres.password", "postgres"),
PostgresHost: newCfg("postgres.host", "postgres"),
Expand Down
4 changes: 3 additions & 1 deletion config/types.go
Expand Up @@ -13,7 +13,9 @@ type cfgs struct {
CloudAPIPort cfg
CloudAPIToken cfg
Context cfg
LocalAPIURL cfg
LocalEnabled cfg
LocalHouston cfg
LocalOrbit cfg
PostgresUser cfg
PostgresPassword cfg
PostgresHost cfg
Expand Down

0 comments on commit d498adf

Please sign in to comment.