Compare commits

..

No commits in common. "44dbf2fd1c1cbf1dc3b16344783dedc1d412b828" and "fd21304e88ec920968517e30c4b51b6ee3cebe70" have entirely different histories.

2 changed files with 1 additions and 7 deletions

2
.gitignore vendored
View File

@ -7,5 +7,3 @@ wasm-pack.log
build/
/target
/dist
wrangler.toml

View File

@ -9,10 +9,6 @@ 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"