Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "connections": [{
- "port": 8080,
- "labels": ["http"]
- },
- {
- "port": 8088,
- "labels": ["api"]
- }],
- "plugins": {
- /**
- * The $filter is the key that will be used when filtering this JSON object
- */
- "$filter": "env",
- /**
- * The $base is an object that will be merged with the other objects when
- * filtered out. These values are superseded by the values in the merging
- * object (Think of these as the 'defaults'
- */
- "$base": {
- "bell": [{ "select": "http" }],
- "hapi-auth-cookie": [{ "select": "http" }],
- "./authentication": [{ "select": "http" }],
- "./controllers": [{ "select": ["http", "api" ]}],
- "./models": [{ "select": ["http", "api"]}],
- "./routes": [{ "select": ["http"]}],
- "./api": [{ "select": ["api"]}],
- "good": {
- "opsInterval": 5000
- }
- },
- "dev": {
- "blipp": [{}],
- "good": {
- "reporters": [{
- "reporter": "good-console",
- "events": { "ops": "*", "log": "*" }
- }]
- }
- },
- "prod": {
- "good": {
- "reporters": [{
- "reporter": "good-console",
- "events": { "log": "*" }
- }]
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment