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.
2 parents b7b97b4 + ff5a6ec commit 7a1305cCopy full SHA for 7a1305c
server/main.go
@@ -109,6 +109,7 @@ func main() {
109
router := routes.InitRouter(log)
110
log.Info("Starting Authorizer: ", VERSION)
111
port, err := memorystore.Provider.GetStringStoreEnvVariable(constants.EnvKeyPort)
112
+ log.Info("Authorizer running at PORT: ", port)
113
if err != nil {
114
log.Info("Error while getting port from env using default port 8080: ", err)
115
port = "8080"
0 commit comments