Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CONSOLE_BROWSER_REDIRECT_URL (0.1 sec)

  1. cmd/common-main.go

    			os.Setenv("CONSOLE_LOG_QUERY_AUTH_TOKEN", value)
    		}
    	}
    	if value := env.Get(config.EnvBrowserRedirectURL, ""); value != "" {
    		os.Setenv("CONSOLE_BROWSER_REDIRECT_URL", value)
    	}
    	if value := env.Get(config.EnvConsoleDebugLogLevel, ""); value != "" {
    		os.Setenv("CONSOLE_DEBUG_LOGLEVEL", value)
    	}
    	// pass the console subpath configuration
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Sep 24 21:50:11 UTC 2024
    - 31.7K bytes
    - Viewed (0)
Back to top