Documentation
¶
Overview ¶
Package config defines the config/config.yml configuration model.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultRuntimeConfig []byte
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Runner runner.Options `yaml:"runner"`
Flatstack Flatstack `yaml:"flatstack"`
Routes Routes `yaml:"routes"`
Status Status `yaml:"status"`
Env []string `yaml:"env"`
}
Config configures phpscript runtimes and HTTP modules.
type Flatstack ¶
type Flatstack struct {
Enabled bool `yaml:"enabled"`
}
Flatstack selects the flat bytecode runtime when enabled.
Click to show internal directories.
Click to hide internal directories.