{ "urls": { "baseUrl": "http://localhost:5000" }, "logging": { "human": false }, "pubSub": { "type": "InMemory", "redis": { "configuration": "localhost:6379,resolveDns=1" } }, "assetStore": { "type": "Folder", "folder": { "path": "Assets" }, "googleCloud": { "bucket": "squidex-assets" } }, "eventStore": { "type": "MongoDb", "mongoDb": { "configuration": "mongodb://localhost", "database": "Squidex" }, "consume": true }, "eventPublishers": { "allToRabbitMq": { "type": "RabbitMq", "configuration": "amqp://guest:guest@localhost/", "exchange": "squidex", "enabled": false, "eventsFilter": "*" } }, "store": { "type": "MongoDb", "mongoDb": { "configuration": "mongodb://localhost", "contentDatabase": "SquidexContent", "database": "Squidex" } }, "identity": { "googleClient": "1006817248705-t3lb3ge808m9am4t7upqth79hulk456l.apps.googleusercontent.com", "googleSecret": "QsEi-fHqkGw2_PjJmtNHf2wg", "lockAutomatically": true, "keysStore": { "type": "InMemory", "redis": { "configuration": "localhost:6379,resolveDns=1" }, "folder": { "path": "keys" } } } }