|
|
@ -3,12 +3,11 @@ |
|
|
"urls": { |
|
|
"urls": { |
|
|
"baseUrl": "http://localhost:5000" |
|
|
"baseUrl": "http://localhost:5000" |
|
|
}, |
|
|
}, |
|
|
"eventBus": { |
|
|
"clusterer": { |
|
|
"type": "rabbitMq", |
|
|
"type": "redis", |
|
|
"rabbitMq": { |
|
|
"redis": { |
|
|
"connectionString": "amqp://guest:guest@localhost" |
|
|
"connectionString": "redis://localhost:6379" |
|
|
}, |
|
|
} |
|
|
"catch": true |
|
|
|
|
|
}, |
|
|
}, |
|
|
"eventStore": { |
|
|
"eventStore": { |
|
|
"type": "mongoDb", |
|
|
"type": "mongoDb", |
|
|
@ -27,6 +26,7 @@ |
|
|
"identity": { |
|
|
"identity": { |
|
|
"googleClient": "1006817248705-t3lb3ge808m9am4t7upqth79hulk456l.apps.googleusercontent.com", |
|
|
"googleClient": "1006817248705-t3lb3ge808m9am4t7upqth79hulk456l.apps.googleusercontent.com", |
|
|
"googleSecret": "QsEi-fHqkGw2_PjJmtNHf2wg" |
|
|
"googleSecret": "QsEi-fHqkGw2_PjJmtNHf2wg" |
|
|
} |
|
|
}, |
|
|
|
|
|
"handleEvents": true |
|
|
} |
|
|
} |
|
|
} |
|
|
} |