Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultApplicationServerConfig = applicationserver.Config{ LinkMode: "all", MQTT: config.MQTT{ Listen: ":1883", ListenTLS: ":8883", PublicAddress: fmt.Sprintf("%s:1883", shared.DefaultPublicHost), PublicTLSAddress: fmt.Sprintf("%s:8883", shared.DefaultPublicHost), }, Webhooks: applicationserver.WebhooksConfig{ Templates: DefaultWebhookTemplatesConfig, Target: "direct", Timeout: 5 * time.Second, QueueSize: 16, Workers: 16, Downlinks: web.DownlinksConfig{PublicAddress: shared.DefaultPublicURL + "/api/v3"}, }, EndDeviceFetcher: applicationserver.EndDeviceFetcherConfig{ Cache: applicationserver.EndDeviceFetcherCacheConfig{ Enable: true, TTL: 5 * time.Minute, }, }, }
DefaultApplicationServerConfig is the default configuration for the Application Server.
View Source
var DefaultWebhookTemplatesConfig = web.TemplatesConfig{
URL: "https://raw.githubusercontent.com/TheThingsNetwork/lorawan-webhook-templates/master",
}
DefaultWebhookTemplatesConfig is the default configuration for the Webhook templates.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.