{ "app": { "name": "Repo Default" }, "server": { "host": "127.0.0.1", "port": 3000 }, "publicUrl": { "host": "localhost", "port": 3000 }, "database": { "hosts": [ { "host": "127.0.0.1", "port": 27017 } ], "username": "", "password": "", "database": "api", "ssl": false, "replicaSet": "", "enableCollectionDatabases": false, "secondary": { "hosts": [ { "host": "127.0.0.1", "port": 27018 } ], "username": "", "password": "", "replicaSet": "", "ssl": false }, "testdb": { "hosts": [ { "host": "127.0.0.1", "port": 27017 } ], "username": "", "password": "" } }, "auth": { "tokenUrl": "/token", "tokenTtl": 1800, "database": { "hosts": [ { "host": "127.0.0.1", "port": 27017 } ], "username": "", "password": "", "database": "api" }, "clientCollection": "clientStore", "tokenCollection": "tokenStore" }, "caching": { "ttl": 300, "directory": { "enabled": true, "path": "./cache/api", "extension": "json" }, "redis": { "enabled": false, "host": "127.0.0.1", "port": 6379 } }, "paths": { "collections": "workspace/collections", "endpoints": "workspace/endpoints", "hooks": "workspace/hooks" }, "logging": { "enabled": true, "level": "info", "path": "./log", "filename": "dadi-api", "extension": "log" }, "feedback": false, "cors": false }