change to new variables

This commit is contained in:
kandrusyak
2023-07-04 02:56:44 +03:00
parent 77c4a57fb7
commit ac08cceda0
2 changed files with 2 additions and 6 deletions

View File

@@ -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", ""),