-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused variables from .env.sample and docker-compose files (#2145
- Loading branch information
1 parent
88970c0
commit b0e9ad4
Showing
2 changed files
with
38 additions
and
62 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
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 |
---|---|---|
|
@@ -53,10 +53,6 @@ services: | |
PRICES_PROVIDER_API_KEY: ${PRICES_PROVIDER_API_KEY-example_api_key} | ||
APPLICATION_PORT: ${APPLICATION_PORT-3000} | ||
AUTH_TOKEN: ${AUTH_TOKEN-example_auth_token} | ||
ALERTS_PROVIDER_SIGNING_KEY: ${ALERTS_PROVIDER_SIGNING_KEY-example_signing_key} | ||
ALERTS_PROVIDER_API_KEY: ${ALERTS_PROVIDER_API_KEY-example_api_key} | ||
ALERTS_PROVIDER_ACCOUNT: ${ALERTS_PROVIDER_ACCOUNT-example_account} | ||
ALERTS_PROVIDER_PROJECT: ${ALERTS_PROVIDER_PROJECT-example_project} | ||
EMAIL_API_APPLICATION_CODE: ${EMAIL_API_APPLICATION_CODE-example_application_code} | ||
EMAIL_API_FROM_EMAIL: ${[email protected]} | ||
EMAIL_API_KEY: ${EMAIL_API_KEY-example_api_key} | ||
|