NASA-AMMOS / aerie

A software framework for modeling spacecraft.
https://nasa-ammos.github.io/aerie-docs/
MIT License
73 stars 19 forks source link

Enable running postgres on a port that isn't 5432 #1398

Open mattdailis opened 7 months ago

mattdailis commented 7 months ago

Checked for duplicates

No - I haven't checked

Alternatives considered

No - I haven't considered

Related problems

Port 5432 is hard-coded in a number of places in the Aerie codebase. This makes it difficult to deploy Aerie on the same machine that's running another instance of postgres.

Describe the feature request

The database port environment variable should be used consistently across all services.

Mythicaeda commented 7 months ago

It is also hard-coded in the migration script.