Description: Improve troubleshooting by logging the values of non-sensitive configuration parameters (e.g., PORT, NODE_ENV) when the server starts up. Tasks:
Add logging logic in main.rs to display configured variables.
STRICTLY PROHIBIT logging secrets or database URLs.
Test that logs appear on startup.