{ "api": { "uriBase": "http://id.motionbank.org", "uriPrefix": "http://id.motionbank.org/", "apiHost": "http://localhost:3030", "transcoderHost": "http://localhost:4040", "auth0AppMetadataPrefix": "https://app.motionbank.org/app_metadata/" }, "http": { "host": "localhost", "port": 3030 }, "assets": { "host": null, "client": { "endPoint": "assets.motionbank.org", "port": 443, "useSSL": true, "accessKey": null, "secretKey": null }, "archivesBucket": "piecemaker-archives-dev" }, "resources": { "mongodb": { "url": "mongodb://localhost:27017/motionbank-api-dev", "dbName": "motionbank-api-dev" } }, "acl": { "mongodb": { "url": "mongodb://localhost:27017", "dbName": "motionbank-api-acl-dev" }, "defaultRole": null }, "profiles": { "mongodb": { "url": "mongodb://localhost:27017/motionbank-api-sys-dev", "dbName": "motionbank-api-sys-dev" } }, "metadata": { "memcachedURL": null, "lifetime": 86400 }, "memcached": { "url": null, "lifetime": 86400 }, "auth": { "jwks": { "cache": true, "rateLimit": true, "jwksRequestsPerMinute": 5, "jwksUri": "https://motionbank.eu.auth0.com/.well-known/jwks.json" }, "jwt": { "audience": "http://localhost:3030", "issuer": "https://auth.motionbank.org/", "algorithms": ["RS256"], "credentialsRequired": false } }, "apiKeys": { "youtube": null, "vimeo": null }, "pba": { "baseUrl": null, "credentials": { "username": null, "password": null } }, "microservices": { "acl": { "key": "acl", "namespace": null }, "metadata": { "key": "microservices", "namespace": null } } }