config

package
v2.0.0-alpha2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppSettings

type AppSettings struct {
	MaxRequests        uint16        // how many requests can be stored in the storage
	MaxRequestBodySize uint32        // max size of the request body
	SessionTTL         time.Duration // session time to live
	AutoCreateSessions bool          // feature: auto create sessions
	TunnelEnabled      bool          // feature: tunnel (public url to local server) enabled
	TunnelURL          *url.URL      // tunnel public url
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL