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.
22 lines
514 B
22 lines
514 B
{
|
|
"urls": {
|
|
"baseUrl": "http://localhost:5000"
|
|
},
|
|
"stores": {
|
|
"mongoDb": {
|
|
"connectionString": "mongodb://localhost",
|
|
"databaseName": "Squidex"
|
|
},
|
|
"eventStore": {
|
|
"ipAddress": "127.0.0.1",
|
|
"port": 1113,
|
|
"prefix": "squidex_v2",
|
|
"username": "admin",
|
|
"password": "changeit"
|
|
}
|
|
},
|
|
"identity": {
|
|
"googleClient": "900148737461-7e3hv5425idg7ql9vlhfubo8hjm7d94h.apps.googleusercontent.com",
|
|
"googleSecret": "J1yE5kbw_NsAc759pGSU-WPn"
|
|
}
|
|
}
|