cleanup for aws

This commit is contained in:
STEINNI
2025-09-11 20:58:43 +00:00
parent de69b3d4de
commit f4ac7df4a7
4 changed files with 12 additions and 55 deletions
-4
View File
@@ -20,10 +20,6 @@ const debug = Boolean(process.env.DEBUG) || argv.debug
const cfgh = new configHelper({
localfile: './wssGatewayConfig.json',
onAws: typeof(process.env.AWS_EXECUTION_ENV)=='string',
awsRegion: 'eu-west-1',
awsTable: 'bus-config',
awsServiceName: 'wssGateway',
})
async function startRedis(wssGatewayConfig) {