werks on my machine

This commit is contained in:
peter
2019-07-19 22:48:23 +02:00
parent fc8cfaab34
commit e3a3d15bab
3 changed files with 16 additions and 39 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ import { FrontblockApiConf } from "frontblock/FrontblockApiClient"
type pluginEntry = {pluginPath:string, conf?:any}
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: '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')