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