Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
Add_metax_env_variable_to_components (#756)
Browse files Browse the repository at this point in the history
Add METAX_ENV to components via version control

Co-authored-by: Katri Tegel <[email protected]>
Co-authored-by: Toni Nurmi <[email protected]>
  • Loading branch information
3 people authored Feb 15, 2021
1 parent d3a1e05 commit ba12f0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/metax_api/settings/components/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from metax_api.settings import env
from metax_api.settings.components import BASE_DIR

METAX_ENV=(str, "local_development")
DEBUG = env("DEBUG")
SECRET_KEY = env("DJANGO_SECRET_KEY")
METAX_API_ROOT = env("METAX_API_ROOT")
Expand Down

0 comments on commit ba12f0d

Please sign in to comment.