Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for auth_token (0.62 sec)

  1. internal/logger/legacy.go

    		config.KV{
    			Key:   config.Enable,
    			Value: config.EnableOn,
    		},
    		config.KV{
    			Key:   Endpoint,
    			Value: args.Endpoint.String(),
    		},
    		config.KV{
    			Key:   AuthToken,
    			Value: args.AuthToken,
    		},
    	}
    }
    
    // SetLoggerHTTP helper for migrating older config to newer KV format.
    func SetLoggerHTTP(scfg config.Config, k string, args http.Config) {
    	if !args.Enabled {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Aug 03 09:47:07 GMT 2023
    - 2K bytes
    - Viewed (1)
  2. internal/config/notify/legacy.go

    			Value: config.EnableOn,
    		},
    		config.KV{
    			Key:   target.WebhookEndpoint,
    			Value: cfg.Endpoint.String(),
    		},
    		config.KV{
    			Key:   target.WebhookAuthToken,
    			Value: cfg.AuthToken,
    		},
    		config.KV{
    			Key:   target.WebhookQueueDir,
    			Value: cfg.QueueDir,
    		},
    		config.KV{
    			Key:   target.WebhookQueueLimit,
    			Value: strconv.Itoa(int(cfg.QueueLimit)),
    		},
    		config.KV{
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Mar 19 04:37:54 GMT 2024
    - 13.1K bytes
    - Viewed (0)
Back to top