Headless CMS and Content Managment Hub
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.
 
 
 
 
 

37 lines
868 B

{
"squidex": {
"urls": {
"baseUrl": "http://localhost:5000"
},
"logging": {
"human": true
},
"clusterer": {
"type": "none",
"redis": {
"connectionString": "localhost:6379,resolveDns=1"
}
},
"eventStore": {
"type": "mongoDb",
"mongoDb": {
"connectionString": "mongodb://localhost",
"databaseName": "Squidex"
}
},
"stores": {
"type": "mongoDb",
"mongoDb": {
"connectionString": "mongodb://localhost",
"databaseName": "Squidex",
"databaseNameContent": "SquidexContent"
}
},
"identity": {
"googleClient": "1006817248705-t3lb3ge808m9am4t7upqth79hulk456l.apps.googleusercontent.com",
"googleSecret": "QsEi-fHqkGw2_PjJmtNHf2wg",
"lockAutomatically": true
},
"handleEvents": true
}
}