Browse Source

reset default appsettings.json

pull/159/head
sowobm 8 years ago
parent
commit
953a4fdcb1
  1. 20
      src/Squidex/appsettings.json

20
src/Squidex/appsettings.json

@ -3,7 +3,7 @@
/*
* Set the base url of your application, to generate correct urls in background process.
*/
"baseUrl": "http://localhost:59777"
"baseUrl": "http://localhost:5000"
},
"ui": {
@ -154,7 +154,7 @@
*
* Read More: https://docs.mongodb.com/manual/reference/connection-string/
*/
"configuration": "mongodb://localhost:27017",
"configuration": "mongodb://localhost",
/*
* The database for all your content collections (one collection per app).
*/
@ -171,23 +171,21 @@
* Enable password auth.
*/
"allowPasswordAuth": true,
"adminEmail": "sow@orderboxmedia.com",
"adminPassword": "Admin!@#123",
/*
* Settings for Google auth (keep empty to disable).1
* Settings for Google auth (keep empty to disable).
*/
"googleClient": "",
"googleSecret": "",
"googleClient": "1006817248705-t3lb3ge808m9am4t7upqth79hulk456l.apps.googleusercontent.com",
"googleSecret": "QsEi-fHqkGw2_PjJmtNHf2wg",
/*
* Settings for Github auth (keep empty to disable).
*/
"githubClient": "",
"githubSecret": "",
"githubClient": "211ea00e726baf754c78",
"githubSecret": "d0a0d0fe2c26469ae20987ac265b3a339fd73132",
/*
* Settings for Microsoft auth (keep empty to disable).
*/
"microsoftClient": "",
"microsoftSecret": "",
"microsoftClient": "b55da740-6648-4502-8746-b9003f29d5f1",
"microsoftSecret": "idWbANxNYEF4cB368WXJhjN",
/*
* Lock new users automatically, the administrator must unlock them.
*/

Loading…
Cancel
Save