Skip to content

Commit

Permalink
inheric config
Browse files Browse the repository at this point in the history
  • Loading branch information
lzy7071 committed Jul 1, 2020
1 parent a62458d commit 72c5f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datanator_query_python/config/config.py
Expand Up @@ -87,6 +87,6 @@ class SchemaMigration(Config):
PASSWORD=os.getenv('MONGO_DATANATOR_PROD_PASSWORD')


class DatanatorTest:
class DatanatorTest(Config):
USERNAME=os.getenv('MONGO_DATANATOR_TEST')
PASSWORD=os.getenv('MONGO_DATANATOR_TEST_PASSWORD')

0 comments on commit 72c5f06

Please sign in to comment.