@deenruv/common 1.0.5 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/shared-constants.js
CHANGED
|
@@ -5,7 +5,7 @@ exports.CREATING_DEENRUV_APP = exports.DEFAULT_CHANNEL_TOKEN_KEY = exports.DEFAU
|
|
|
5
5
|
* This file contains constants which are shared between more than one sub-module
|
|
6
6
|
* e.g. values required by both the server and admin-ui.
|
|
7
7
|
*/
|
|
8
|
-
exports.API_PORT =
|
|
8
|
+
exports.API_PORT = 6100;
|
|
9
9
|
exports.ADMIN_API_PATH = "admin-api";
|
|
10
10
|
exports.SHOP_API_PATH = "shop-api";
|
|
11
11
|
exports.DEFAULT_CHANNEL_CODE = "__default_channel__";
|