octoposprime / op-be-graphql

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

Add New Configuration Changes #62

Closed ebrarkesici closed 3 months ago

ebrarkesici commented 3 months ago

Changes to be made:

Files:

config/internal_test.yml config/internal.yml

Code to be added:

dlr_host: "op-be-dlr"
dlr_port: "18080"

These changes add new connection points to gRPC configurations. Note that this might differ between test and production environments, so please make sure to update both files accordingly. Please ensure to add these under the grpc section.

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