gatewayd icon indicating copy to clipboard operation
gatewayd copied to clipboard

Make PostgreSQL and Redis connection strings configurable

Open imanimen opened this issue 1 year ago • 1 comments

Ticket(s)

Closes https://github.com/gatewayd-io/gatewayd/issues/563

Description

Configured the docker-compose.yaml, gatewayd_plugins.yaml to read from the the Environment variables for redis and postresql url string

Related PRs

N/A

Development Checklist

  • [x] I have added a descriptive title to this PR.
  • [ ] I have squashed related commits together.
  • [ ] I have rebased my branch on top of the latest main branch.
  • [x] I have performed a self-review of my own code.
  • [x] I have commented on my code, particularly in hard-to-understand areas.
  • [ ] I have added docstring(s) to my code.
  • [ ] I have made corresponding changes to the documentation (docs).
  • [ ] I have updated docs using make gen-docs command.
  • [ ] I have added tests for my changes.
  • [x] I have signed all the commits.

Legal Checklist

imanimen avatar Oct 15 '24 11:10 imanimen