Test env NATS cluster cut-over
This commit is contained in:
commit
e3c7b2833b
71 changed files with 6840 additions and 0 deletions
37
data/store.json
Normal file
37
data/store.json
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"tenants": {
|
||||
"tenant-smoke-example-com-2aa0d213": {
|
||||
"id": "tenant-smoke-example-com-2aa0d213",
|
||||
"name": "smoke",
|
||||
"plan": "free",
|
||||
"veraeUsername": "smokeuser",
|
||||
"veraePassword": "smokepass",
|
||||
"contract": null,
|
||||
"metadata": {
|
||||
"email": "smoke@example.com",
|
||||
"audience": "self-serve",
|
||||
"createdVia": "signup"
|
||||
},
|
||||
"createdAt": "2026-09-09T06:52:57.309Z"
|
||||
}
|
||||
},
|
||||
"apiKeys": {
|
||||
"zmw_wXMnJQFPAGgAhhFWI5tpP3uaa7yMd7d1": "tenant-smoke-example-com-2aa0d213"
|
||||
},
|
||||
"usage": {
|
||||
"tenant-smoke-example-com-2aa0d213": {
|
||||
"tenantId": "tenant-smoke-example-com-2aa0d213",
|
||||
"period": "2026-09",
|
||||
"timestamps": 1,
|
||||
"verifications": 0,
|
||||
"statusChecks": 1,
|
||||
"batchTimestamps": 0,
|
||||
"overage": {
|
||||
"timestamps": 0,
|
||||
"verifications": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"webhooks": [],
|
||||
"jobWatchers": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue