-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(env.example): update example environment variables with default …
…values for easier setup fix(api.http): change year in stocks endpoint from 2023 to 2015 for testing purposes chore(docker-compose): add initialization scripts volume and set MongoDB environment variables for better configuration
- Loading branch information
Abdullah Alqahtani
committed
Dec 28, 2024
1 parent
cfbf9b4
commit 8470383
Showing
3 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
API_VERSION= | ||
ENVIRONMENT= | ||
PORT= | ||
APP_NAME= | ||
APP_DESCRIPTION= | ||
MONGO_URI= | ||
MONGO_DATABASE= | ||
API_VERSION=1.0.0 | ||
ENVIRONMENT=development | ||
PORT=3000 | ||
APP_NAME="Naqa API" | ||
APP_DESCRIPTION="Naqa API is a RESTful service designed to provide data on the purification process of Saudi stocks." | ||
MONGO_URI="mongodb://mongodb:27017" | ||
MONGO_DATABASE="naqa" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters