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 4b6c4a9 commit 8d0f31fCopy full SHA for 8d0f31f
src/config/config.go
@@ -99,7 +99,7 @@ func GetConfig() *Config {
99
log.Printf("Set external port from environment -> %s", cfg.Server.ExternalPort)
100
} else {
101
cfg.Server.ExternalPort = cfg.Server.InternalPort
102
- log.Printf("Set external port from environment -> %s", cfg.Server.ExternalPort)
+ log.Printf("Environment variable PORT not set; using internal port value -> %s", cfg.Server.ExternalPort)
103
}
104
if err != nil {
105
log.Fatalf("Error in parse config %v", err)
0 commit comments