Fix wrangler_example.toml name (#12)
This commit is contained in:
36
wrangler_example.toml
Normal file
36
wrangler_example.toml
Normal file
@@ -0,0 +1,36 @@
|
||||
name = "siwe_oidc"
|
||||
type = "javascript"
|
||||
account_id = ""
|
||||
# zone_id = ""
|
||||
workers_dev = false
|
||||
compatibility_date = "2021-12-20"
|
||||
|
||||
kv_namespaces = [
|
||||
{ binding = "SIWE-OIDC", id = "", preview_id = "" }
|
||||
]
|
||||
|
||||
[vars]
|
||||
WORKERS_RS_VERSION = "0.0.7"
|
||||
BASE_URL = "https://siweoidc.spruceid.xyz"
|
||||
# ETH_PROVIDER = ""
|
||||
|
||||
[durable_objects]
|
||||
bindings = [
|
||||
{ name = "SIWE-OIDC-CODES", class_name = "DOCodes" }
|
||||
]
|
||||
|
||||
[[migrations]]
|
||||
tag = "v1"
|
||||
new_classes = ["DOCodes"]
|
||||
|
||||
[build]
|
||||
command = "cargo install -q worker-build && worker-build --release"
|
||||
|
||||
[build.upload]
|
||||
dir = "build/worker"
|
||||
format = "modules"
|
||||
main = "./shim.mjs"
|
||||
|
||||
[[build.upload.rules]]
|
||||
globs = ["**/*.wasm"]
|
||||
type = "CompiledWasm"
|
||||
Reference in New Issue
Block a user