octoposprime / op-be-graphql

OctopOS Prime Backend Api Gateway
http://www.octoposprime.com
MIT License
13 stars 1 forks source link

Addition of New Settings to Configuration File #61

Closed Feyzanrs closed 3 months ago

Feyzanrs commented 3 months ago

It is necessary to add the following settings to the op-be-graphql\config\internal_local.yml path for the local development environment of our project. These changes will facilitate better management of local services and ease integration. Please ensure to add these under the grpc section.

dlr_host: "localhost"
dlr_port: "18083"

Additionally, please make sure to push all changes to the feature/hsm/58/auth-service branch.