chore: crush git history - reborn from consolidation on 2026-03-10
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
/**
|
||||
* APOPHIS configuration for observe-config fixture.
|
||||
*/
|
||||
|
||||
export default {
|
||||
mode: "observe",
|
||||
profiles: {
|
||||
"staging-observe": {
|
||||
name: "staging-observe",
|
||||
mode: "observe",
|
||||
preset: "observe-safe",
|
||||
routes: ["/health", "/events"],
|
||||
},
|
||||
},
|
||||
presets: {
|
||||
"observe-safe": {
|
||||
name: "observe-safe",
|
||||
depth: "quick",
|
||||
timeout: 5000,
|
||||
parallel: false,
|
||||
chaos: false,
|
||||
observe: true,
|
||||
},
|
||||
},
|
||||
environments: {
|
||||
staging: {
|
||||
name: "staging",
|
||||
allowVerify: true,
|
||||
allowObserve: true,
|
||||
allowQualify: false,
|
||||
allowChaos: false,
|
||||
allowBlocking: false,
|
||||
requireSink: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user