change to new variables
This commit is contained in:
@@ -22,8 +22,8 @@ type Config struct {
|
||||
func New() *Config {
|
||||
return &Config{
|
||||
MSHosts: MSHostsConfig{
|
||||
UsersHost: getEnv("USERS_HOST", ""),
|
||||
StoreHost: getEnv("STORE_HOST", ""),
|
||||
UsersHost: getEnv("ASTRA-USERS", ""),
|
||||
StoreHost: getEnv("ASTRA-FILE-STORAGE", ""),
|
||||
},
|
||||
Server: ServerConfig{
|
||||
Port: getEnv("PORT", ""),
|
||||
|
||||
Reference in New Issue
Block a user