Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for uri (0.15 sec)

  1. internal/config/notify/help.go

    			Type:        "number",
    		},
    	}
    
    	HelpMQTT = config.HelpKVS{
    		config.HelpKV{
    			Key:         target.MqttBroker,
    			Description: "MQTT server endpoint e.g. `tcp://localhost:1883`",
    			Type:        "uri",
    			Sensitive:   true,
    		},
    		config.HelpKV{
    			Key:         target.MqttTopic,
    			Description: "name of the MQTT topic to publish",
    			Type:        "string",
    		},
    		config.HelpKV{
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Mar 19 04:37:54 GMT 2024
    - 18.8K bytes
    - Viewed (0)
  2. internal/config/identity/openid/help.go

    			Optional:    true,
    			Type:        "string",
    		},
    		config.HelpKV{
    			Key:         RedirectURIDynamic,
    			Description: `Enable 'Host' header based dynamic redirect URI` + defaultHelpPostfix(RedirectURIDynamic),
    			Optional:    true,
    			Type:        "on|off",
    		},
    		config.HelpKV{
    			Key:         ClaimPrefix,
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Fri Jun 23 14:45:27 GMT 2023
    - 4.3K bytes
    - Viewed (0)
Back to top