edgee 0.4.2

The full-stack edge platform for your edge oriented applications
[log]
level = "info"

[http]
address = "0.0.0.0:80"
force_https = true

[https]
address = "0.0.0.0:443"
cert = "local/cert/edgee.pem"
key = "local/cert/edgee.key"

[monitor]
address = "0.0.0.0:8222"

[compute]
proxy_only = false
enforce_no_store_policy = true

[[components.data_collection]]
name = "amplitude"
component = "local/wasm/amplitude.wasm"
credentials.amplitude_api_key = "..."

[[components.data_collection]]
name = "google analytics"
component = "local/wasm/ga.wasm"
credentials.ga_measurement_id = "..."

[[components.data_collection]]
name = "segment"
component = "local/wasm/segment.wasm"
credentials.segment_project_id = "..."
credentials.segment_write_key = "..."

[[routing]]
domain = "demo.edgee.dev"

[[routing.backends]]
name = "demo"
default = true
address = "localhost:8080"
enable_ssl = false