aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
317 stars 47 forks source link

[Project] Configurable server ports #420

Closed kmcginnes closed 2 months ago

kmcginnes commented 4 months ago

Occasionally, the server ports we have chosen don't work for a user's given situation. They need a way to configure a different port easily without changing code.

Tasks

The ports will be configurable via environment variables. This allows easy local configuration through .env files and Docker config through --env parameters.

Related Issues