Skip to content

Commit

Permalink
add MIXPANEL_TOKEN to test config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Yavorsky committed Nov 22, 2023
1 parent 7343c75 commit fae9766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class TestingConfig(Config):
POSTGRES_DB = "police_data_test"
SECRET_KEY = "my-secret-key"
JWT_SECRET_KEY = "my-jwt-secret-key"
MIXPANEL_TOKEN = "mixpanel-token"


def get_config_from_env(env: str) -> Config:
Expand Down

0 comments on commit fae9766

Please sign in to comment.