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.
 
 
 
 
 

53 lines
1.6 KiB

{
"mongoDb": {
// The connection string to your Mongo Server.
//
// Read More: https://docs.mongodb.com/manual/reference/connection-string/
"configuration": "mongodb://localhost",
// The name of the event store database.
"database": "Squidex_Testing"
},
"atlas": {
// The connection string to your Mongo Server.
//
// Read More: https://docs.mongodb.com/manual/reference/connection-string/
"configuration": "mongodb://localhost",
// The name of the event store database.
"database": "Squidex_Testing",
// The organization id.
"groupId": "",
// The name of the cluster.
"clusterName": "",
// Credentials to your account.
"publicKey": "",
"privateKey": "",
"fullTextEnabled": true
},
"elastic": {
// The configuration to your elastic search cluster.
//
// Read More: https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/client-configuration.html
"configuration": "http://localhost:9200",
// The name of the test index.
"indexName": "test"
},
"azureText": {
// The URL to your azure search instance.
//
// Read More: https://docs.microsoft.com/en-us/azure/search/search-create-service-portal#get-a-key-and-url-endpoint
"serviceEndpoint": "https://<name>.search.windows.net",
// The api key. See link above.
"apiKey": "",
// The name of the index.
"indexName": "test"
}
}