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.
62 lines
1.3 KiB
62 lines
1.3 KiB
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|