commented out hard coded plugin paths
This commit is contained in:
@@ -7,9 +7,9 @@ import { FrontblockApiConf } from "frontblock/FrontblockApiClient"
|
|||||||
|
|
||||||
type pluginEntry = {pluginPath:string, conf?:any}
|
type pluginEntry = {pluginPath:string, conf?:any}
|
||||||
const pluginList:pluginEntry[] = [
|
const pluginList:pluginEntry[] = [
|
||||||
{ pluginPath: '../../paymentmanager/static/Plugin', conf:<FrontblockApiConf>{ apiHost: 'localhost' /*/ 'api.testnet.frontblock.me' */, apiPort: 10001 } },
|
//{ pluginPath: '../../paymentmanager/static/Plugin', conf:<FrontblockApiConf>{ apiHost: 'localhost' /*/ 'api.testnet.frontblock.me' */, apiPort: 10001 } },
|
||||||
{ pluginPath: '../../htmlsupplier/static/Plugin' },
|
//{ pluginPath: '../../htmlsupplier/static/Plugin' },
|
||||||
{ pluginPath: 'frontblock/FrontblockApiClient', conf:<FrontblockApiConf>{ apiHost: 'localhost' /*/ 'api.testnet.frontblock.me' */, apiPort: 10001 } }
|
{ pluginPath: 'frontblock/FrontblockApiClient', conf:<FrontblockApiConf>{ apiHost: /*/ 'localhost' */ 'api.testnet.frontblock.me' , apiPort: 10001 } }
|
||||||
]
|
]
|
||||||
|
|
||||||
const express = require('express')
|
const express = require('express')
|
||||||
|
|||||||
Reference in New Issue
Block a user