Page MenuHomePhabricator

[services] Tunnelbroker - Add config ini file for dev-mode
ClosedPublic

Authored by max on May 25 2022, 12:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 1, 11:31 AM
Unknown Object (File)
Tue, Apr 1, 12:22 AM
Unknown Object (File)
Mon, Mar 31, 12:41 PM
Unknown Object (File)
Sun, Mar 30, 10:58 PM
Unknown Object (File)
Sun, Mar 30, 10:20 PM
Unknown Object (File)
Fri, Mar 21, 12:55 AM
Unknown Object (File)
Wed, Mar 12, 12:55 AM
Unknown Object (File)
Feb 25 2025, 7:35 PM

Details

Summary

Introducing configuration file for tunnelbroker dev-mode.
This configuration file will be loaded on the dev-mode service start.
To use the local rabbitMQ docker container we will use amqp.uri = amqp://comm:comm@rabbitmq connection string parameter which corresponds the docker-compose settings.

For the local dynamoDB (localstack) docker image *-test tables we are using the dynamodb table names section, which contains test table names.

Linear task: ENG-1101

Test Plan

Replace tunnelbroker.ini with tunnelbroker-dev.ini file and start the service yarn run-tunnelbroker-service.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

max held this revision as a draft.

Dev-mode config file path was added to the Constants.h.

tomek added 1 blocking reviewer(s): karol.

Adding @karol-bisztyga as blocking because he was introducing dev mode in other services.

This revision is now accepted and ready to land.May 26 2022, 5:03 AM