# Shared config examples ```yaml= channel: dev defaultConfig: app: name: request-a-kit url: https://locusdev node: nodeVersion: "^14.18" npmVersion: "^6.14" cypressVersion: ... uiTests: timeout: 30 scripts: ... notifications: slackChannel: fresco-dev-notifications modules: prChecks: enabled: true uiTests: # override the global config at the top timeout: 40 # inherit everything else releaseGates: dev: uiTests: # inherit everything ```