mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
742 B
32 lines
742 B
{
|
|
"squidex": {
|
|
"urls": {
|
|
"baseUrl": "http://localhost:5000"
|
|
},
|
|
"eventBus": {
|
|
"type": "rabbitMq",
|
|
"rabbitMq": {
|
|
"connectionString": "amqp://guest:guest@localhost"
|
|
},
|
|
"catch": true
|
|
},
|
|
"eventStore": {
|
|
"type": "mongoDb",
|
|
"mongoDb": {
|
|
"connectionString": "mongodb://localhost",
|
|
"databaseName": "Squidex"
|
|
}
|
|
},
|
|
"stores": {
|
|
"type": "mongoDb",
|
|
"mongoDb": {
|
|
"connectionString": "mongodb://localhost",
|
|
"databaseName": "Squidex"
|
|
}
|
|
},
|
|
"identity": {
|
|
"googleClient": "1006817248705-t3lb3ge808m9am4t7upqth79hulk456l.apps.googleusercontent.com",
|
|
"googleSecret": "QsEi-fHqkGw2_PjJmtNHf2wg"
|
|
}
|
|
}
|
|
}
|