Compare commits

..

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

2 changed files with 1 additions and 7 deletions

4
.gitignore vendored
View File

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

View File

@ -9,10 +9,6 @@ kv_namespaces = [
[vars] [vars]
WORKERS_RS_VERSION = "0.0.9" 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] [build]
command = "cargo install -q worker-build && worker-build --release" command = "cargo install -q worker-build && worker-build --release"