mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
17 lines
293 B
TOML
17 lines
293 B
TOML
main="analytics_worker.js"
|
|
name = "analytics"
|
|
compatibility_date = "2024-12-20"
|
|
|
|
routes = [
|
|
{ pattern = "metrics.seemueller.io", custom_domain = true }
|
|
]
|
|
|
|
[dev]
|
|
port = 3003
|
|
|
|
[placement]
|
|
mode = "smart"
|
|
|
|
[[analytics_engine_datasets]]
|
|
binding = "ANALYTICS_ENGINE"
|
|
dataset = "global_analytics" |