Skip to content

Add .env.sample and bump version to 1.0.5#14

Merged
goldlabelapps merged 4 commits intomasterfrom
staging
Mar 20, 2026
Merged

Add .env.sample and bump version to 1.0.5#14
goldlabelapps merged 4 commits intomasterfrom
staging

Conversation

@goldlabelapps
Copy link
Owner

Add a .env.sample with environment variable placeholders for BASE_URL and Postgres connection (DB_HOST, DB_PORT=5432, DB_NAME, DB_USER, DB_PASSWORD). Update app version from 1.0.4 to 1.0.5 to reflect the change.

Add a .env.sample with environment variable placeholders for BASE_URL and Postgres connection (DB_HOST, DB_PORT=5432, DB_NAME, DB_USER, DB_PASSWORD). Update app __version__ from 1.0.4 to 1.0.5 to reflect the change.
Copy link

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

Adds a sample environment file to make local/deploy configuration clearer and bumps the app version to reflect the change.

Changes:

  • Added .env.sample with placeholders for BASE_URL and Postgres connection variables.
  • Bumped app.__version__ from 1.0.4 to 1.0.5.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
app/__init__.py Updates the application version constant to 1.0.5.
.env.sample Introduces a template for required environment variables (DB connection + BASE_URL).

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

@@ -0,0 +1,6 @@
BASE_URL=
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

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

BASE_URL is included in .env.sample, but there are no references to BASE_URL anywhere in the repository. Consider removing it from the sample file, or documenting where it is expected to be used (e.g., in README or upcoming code) to avoid confusing deployers about which variables are required.

Suggested change
BASE_URL=

Copilot uses AI. Check for mistakes.
Update package version in app/__init__.py from 1.0.5 to 1.0.6 to reflect the new release.
Include python-multipart>=0.0.20 in requirements.txt to support parsing multipart/form-data (e.g., file uploads) for web frameworks that require this dependency.
@goldlabelapps goldlabelapps merged commit b1c22ed into master Mar 20, 2026
2 checks passed
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.

2 participants