This commit is contained in:
parent
047b61c9a4
commit
af1710c3fe
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ func NewConfig() Config {
|
|||
},
|
||||
|
||||
TasksSource: TasksSource{
|
||||
Host: getEnv("TASK_API_HOST", "127.0.0.1"),
|
||||
Port: getEnv("TASK_API_PORT", "61000"),
|
||||
Host: getEnv("TASK_SOURCE_HOST", "127.0.0.1"),
|
||||
Port: getEnv("TASK_SOURCE_PORT", "61000"),
|
||||
Timeout: getEnvSeconds("TASK_SOURCE_TIMEOUT_SECONDS", 60),
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue