Skip to content

Commit 9110f04

Browse files
authored
simplify container env var example
1 parent 57e8ae9 commit 9110f04

File tree

1 file changed

+1
-3
lines changed
  • src/content/docs/containers/examples

1 file changed

+1
-3
lines changed

src/content/docs/containers/examples/cron.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ export default {
7777
let container = getContainer(env.CRON_CONTAINER);
7878
await container.start({
7979
envVars: {
80-
LOCATION: "The Cloudflare San Francisco Office",
81-
LATITUDE: "37.780259",
82-
LONGITUDE: "-122.390519",
80+
MESSAGE: "Start Time: " + new Date().toISOString(),
8381
}
8482
})
8583
},

0 commit comments

Comments
 (0)