Compare commits

...

2 Commits

Author SHA1 Message Date
Alex 44dbf2fd1c
example wrangler.toml 2023-04-03 02:49:00 -04:00
Alex 7d86409ff8
Change to an example file instead of the default file for wrangler 2023-04-03 02:48:27 -04:00
2 changed files with 7 additions and 1 deletions

4
.gitignore vendored
View File

@ -6,4 +6,6 @@ wasm-pack.log
build/
/target
/dist
/dist
wrangler.toml

View File

@ -9,6 +9,10 @@ kv_namespaces = [
[vars]
WORKERS_RS_VERSION = "0.0.9"
ACCESS_SECRET = "(CF Access secret to reach hashicorp vault)"
ACCESS_ID = "(CF Access ID to reach hashicorp vault).access"
VAULT_SECRET = "(Vault AppRole secret to reach secret vault)"
VAULT_ID = "(Vault AppRole ID to reach secret vault)"
[build]
command = "cargo install -q worker-build && worker-build --release"