Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(env): use .env file for api endpoints #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

darwin808
Copy link

@darwin808 darwin808 commented Jul 3, 2024

This pull request introduces the use of a .env file for managing API endpoints across different environments such as local, staging, production, and development.

Example content of .env

env=local

@darwin808 darwin808 force-pushed the feat/api-endpoints-141 branch from 29df403 to 426df9b Compare July 3, 2024 00:10
@darwin808 darwin808 requested review from shrunyan and mattezra July 3, 2024 00:10
@darwin808 darwin808 linked an issue Jul 3, 2024 that may be closed by this pull request
@darwin808 darwin808 self-assigned this Jul 3, 2024
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.

API endpoints hardcoded
1 participant