Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinehage committed Jun 23, 2021
2 parents 830a2d8 + fef1c09 commit 6b80bc9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions index_local.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
'use strict';

/**
* @license
* Copyright SOAJS All Rights Reserved.
*
* Use of this source code is governed by an Apache license that can be
* found in the LICENSE file at the root of this repository
*/

process.env.SOAJS_ENV = "DEV";
process.env.SOAJS_SRVIP = "127.0.0.1";
process.env.SOAJS_PROFILE = "/opt/demo/soajs.installer/soajs.installer.local/data/soajs_profile.js";
process.env.SOAJS_MONGO_CON_KEEPALIVE = 'true';
process.env.SOAJS_DEPLOY_MANUAL = 1;
process.env.SOAJS_REGISTRY_API = "127.0.0.1:11000";

const service = require('./_index.js');
service.runService();
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "soajs.oauth",
"description": "soajs oauth service",
"version": "3.0.27",
"version": "3.0.28",
"author": {
"name": "soajs team",
"email": "team@soajs.org"
Expand Down Expand Up @@ -30,7 +30,7 @@
"mocha": "6.2.2",
"nock": "11.7.1",
"request": "2.88.2",
"soajs.controller": "4.0.39",
"soajs.controller": "4.0.40",
"sinon": "7.5.0"
},
"dependencies": {
Expand All @@ -46,6 +46,6 @@
"passport-linkedin-oauth2": "2.0.0",
"passport-twitter": "1.0.4",
"soajs": "4.0.26",
"soajs.urac.driver": "3.0.16"
"soajs.urac.driver": "3.0.17"
}
}

0 comments on commit 6b80bc9

Please sign in to comment.