Skip to content

Commit

Permalink
wrangler: update sample wrangler.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
denbeigh2000 committed Dec 23, 2023
1 parent 80b47d5 commit adb3c91
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions wrangler.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ kv_namespaces = [
{ binding = "OAUTH", id = "", preview_id = "" }
]

d1_databases = [
{ binding = "OAUTH_DB", database_name = "", database_id = "00000000-0000-0000-0000-000000000000" }
]


[env.production.vars]
# Expected secrets, managed outside of wrangler.toml:
# BOT_TOKEN
Expand Down Expand Up @@ -38,6 +43,10 @@ kv_namespaces = [
{ binding = "OAUTH", id = "", preview_id = "" }
]

d1_databases = [
{ binding = "OAUTH_DB", database_name = "", database_id = "00000000-0000-0000-0000-000000000000" }
]

[env.dev.vars]
CLIENT_ID = "000000000000000000"
CLIENT_PUBLIC_KEY = "0000000000000000000000000000000000000000000000000000000000000000"
Expand Down

0 comments on commit adb3c91

Please sign in to comment.