We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04aedda commit ff96755Copy full SHA for ff96755
apploader/internal/config/config.go
@@ -27,7 +27,7 @@ func Load() *Config {
27
Port: getEnv("PORT", ":9090"),
28
},
29
Cvm: CvmConfig{
30
- ConfigPath: getEnv("CVM_CONFIG_PATH", "/workplace/cvm-app/config/app.yml"),
+ ConfigPath: getEnv("CVM_CONFIG_PATH", "/workplace/apploader/conf/app.yml"),
31
SupervisorPath: getEnv("SUPERVISOR_PATH", "/workplace/supervisord/apploader"),
32
SupervisorTemplatePath: getEnv("SUPERVISOR_TEMPLATE_PATH", "conf/supervisord.ini.template"),
33
0 commit comments