add org structure
This commit is contained in:
@@ -22,11 +22,11 @@ type Config struct {
|
||||
func New() *Config {
|
||||
return &Config{
|
||||
MSHosts: MSHostsConfig{
|
||||
UsersHost: getEnv("ASTRA-USERS", ""),
|
||||
StoreHost: getEnv("ASTRA-FILE-STORAGE", ""),
|
||||
UsersHost: getEnv("ASTRA-USERS", "http://localhost:8082"),
|
||||
StoreHost: getEnv("ASTRA-FILE-STORAGE", "http://localhost:8081"),
|
||||
},
|
||||
Server: ServerConfig{
|
||||
Port: getEnv("PORT", ""),
|
||||
Port: getEnv("PORT", "8080"),
|
||||
JWTSecret: getEnv("JWT_SECRET", "secret"),
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user