chore: anvil.it.com → inouter.com
Some checks failed
TypeScript CI / build (push) Has been cancelled
Some checks failed
TypeScript CI / build (push) Has been cancelled
This commit is contained in:
4
worker-configuration.d.ts
vendored
4
worker-configuration.d.ts
vendored
@@ -2,10 +2,10 @@
|
||||
|
||||
interface Env {
|
||||
RATE_LIMIT_KV: KVNamespace;
|
||||
VAULT_URL: "https://vault.anvil.it.com";
|
||||
VAULT_URL: "https://hcv.inouter.com";
|
||||
SYNC_BATCH_SIZE: "100";
|
||||
CACHE_TTL_SECONDS: "300";
|
||||
LOG_LEVEL: "info";
|
||||
CORS_ORIGIN: "https://anvil.it.com";
|
||||
CORS_ORIGIN: "https://inouter.com";
|
||||
DB: D1Database;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user