Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for edituser (0.06 seconds)

  1. internal/config/notify/legacy.go

    		},
    		config.KV{
    			Key:   target.RedisAddress,
    			Value: cfg.Addr.String(),
    		},
    		config.KV{
    			Key:   target.RedisPassword,
    			Value: cfg.Password,
    		},
    		config.KV{
    			Key:   target.RedisUser,
    			Value: cfg.User,
    		},
    		config.KV{
    			Key:   target.RedisKey,
    			Value: cfg.Key,
    		},
    		config.KV{
    			Key:   target.RedisQueueDir,
    			Value: cfg.QueueDir,
    		},
    		config.KV{
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Apr 27 04:30:57 GMT 2025
    - 13.3K bytes
    - Click Count (0)
  2. internal/config/notify/help.go

    			Description: "Redis server password",
    			Optional:    true,
    			Type:        "string",
    			Sensitive:   true,
    			Secret:      true,
    		},
    		config.HelpKV{
    			Key:         target.RedisUser,
    			Description: "Redis server user for the auth",
    			Optional:    true,
    			Type:        "string",
    		},
    		config.HelpKV{
    			Key:         target.RedisQueueDir,
    			Description: queueDirComment,
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Sep 06 23:06:30 GMT 2024
    - 19.2K bytes
    - Click Count (0)
  3. internal/config/notify/parse.go

    			Value: "",
    		},
    		config.KV{
    			Key:   target.RedisKey,
    			Value: "",
    		},
    		config.KV{
    			Key:   target.RedisPassword,
    			Value: "",
    		},
    		config.KV{
    			Key:   target.RedisUser,
    			Value: "",
    		},
    		config.KV{
    			Key:   target.RedisQueueDir,
    			Value: "",
    		},
    		config.KV{
    			Key:   target.RedisQueueLimit,
    			Value: "0",
    		},
    	}
    )
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 47.5K bytes
    - Click Count (0)
Back to Top