Skip to content

Conversation

@guilhem-sante
Copy link
Member

@guilhem-sante guilhem-sante commented Nov 19, 2025

Extended the configuration of the application to make the server host, port, and tracked symbol configurable.
Environment variables can now be overridden from command line arguments.
Gave FINWAR_MARKET_ prefix to all environment variables and added a configuration section to the server README.md.
Added an /health route to check server status.

Closes #45
Closes #49
Closes #51

BREAKING CHANGE: All environment variables have now the FINWAR_MARKET_ prefix. The DATABASE_URL variable have been splitted into DB_USER, DB_PASSWORD, DB_HOST, DB_PORT, and DB_NAME.

@guilhem-sante guilhem-sante added server Back end related issue rust involving the rust programming language labels Nov 19, 2025
@guilhem-sante guilhem-sante linked an issue Nov 19, 2025 that may be closed by this pull request
@guilhem-sante guilhem-sante self-assigned this Nov 19, 2025
@guilhem-sante guilhem-sante force-pushed the 51-extend-market-api-server-configuration branch 3 times, most recently from 6222655 to 51c3dc7 Compare November 19, 2025 15:36
@guilhem-sante guilhem-sante added the enhancement New feature or request label Nov 19, 2025
@guilhem-sante guilhem-sante force-pushed the 51-extend-market-api-server-configuration branch 3 times, most recently from d3bfc0d to ee8fd40 Compare November 19, 2025 16:17
Extended the configuration of the application to make the server host, port, and tracked symbol configurable.
Environment variables can now be overridden from command line arguments.
Gave FINWAR_MARKET_ prefix to all environment variables and added a configuration section to the server README.md.
Added an /health route to check server status.

Closes #45
Closes #49
Closes #51

BREAKING CHANGE: All environment variables have now the FINWAR_MARKET_ prefix. The DATABASE_URL variable have been splitted into DB_USER, DB_PASSWORD, DB_HOST, DB_PORT, and DB_NAME.
@guilhem-sante guilhem-sante force-pushed the 51-extend-market-api-server-configuration branch from ee8fd40 to c5aea3d Compare November 19, 2025 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request rust involving the rust programming language server Back end related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extend market API server configuration Make Market API target ticker symbol configurable Add a /healthz route for heartbeat

2 participants