Skip to content

remove unused config options#699

Merged
teelur merged 4 commits intomainfrom
remove-unused-config-options
Jan 10, 2026
Merged

remove unused config options#699
teelur merged 4 commits intomainfrom
remove-unused-config-options

Conversation

@teelur
Copy link
Owner

@teelur teelur commented Jan 10, 2026

  • Remove the CLIENT_ADDRESS and SERVER_ADDRESS env variables as they are not something a user needs to configure
  • Remove the BUDGET_BOARD_DOMAIN env variable because it is not used at deploy time

Copilot AI review requested due to automatic review settings January 10, 2026 04:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request aims to simplify configuration by removing environment variables that users don't need to configure directly. The changes focus on hardcoding internal Docker container names and removing deploy-time configuration that isn't actually used.

Changes:

  • Hardcode CLIENT_ADDRESS and VITE_SERVER_ADDRESS to use Docker container names directly
  • Remove these variables from the example configuration file
  • Update nginx configuration to use a catch-all server_name instead of VITE_BUDGET_BOARD_DOMAIN

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
compose.yml Hardcodes CLIENT_ADDRESS and VITE_SERVER_ADDRESS environment variables with Docker container names
compose.env Removes BUDGET_BOARD_DOMAIN, SERVER_ADDRESS, and CLIENT_ADDRESS from example configuration
client/.docker/nginx/conf/default.conf.template Changes nginx server_name from VITE_BUDGET_BOARD_DOMAIN variable to catch-all underscore

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Repository owner deleted a comment from Copilot AI Jan 10, 2026
@teelur teelur merged commit 0a27a96 into main Jan 10, 2026
9 checks passed
@teelur teelur deleted the remove-unused-config-options branch January 10, 2026 04:29
@teelur teelur linked an issue Jan 10, 2026 that may be closed by this pull request
teelur added a commit that referenced this pull request Jan 10, 2026
* remove unused config options

* remove trailing slash

* remove unused domain

* fix
teelur added a commit that referenced this pull request Jan 10, 2026
* remove unused config options

* remove trailing slash

* remove unused domain

* fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] nginx throwing 502 Bad Gateway error when querying the server

2 participants