From 953a4fdcb1f2130e7f4d0cf73b325a9014492329 Mon Sep 17 00:00:00 2001 From: sowobm Date: Wed, 8 Nov 2017 18:36:49 +0200 Subject: [PATCH] reset default appsettings.json --- src/Squidex/appsettings.json | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/Squidex/appsettings.json b/src/Squidex/appsettings.json index 5d3319bce..0fc439776 100644 --- a/src/Squidex/appsettings.json +++ b/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": { @@ -81,7 +81,7 @@ /* * Allow to expose the url in graph ql url. */ - "exposeSourceUrl": false + "exposeSourceUrl": false }, "eventStore": { @@ -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. */