mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
14 lines
234 B
TOML
14 lines
234 B
TOML
main="email_worker.js"
|
|
name = "email-service-rpc"
|
|
compatibility_date = "2024-12-20"
|
|
node_compat = true
|
|
|
|
[dev]
|
|
port = 3002
|
|
|
|
[placement]
|
|
mode = "smart"
|
|
|
|
send_email = [
|
|
{name = "SEB", destination_address = "contact@seemueller.io"},
|
|
] |