Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are the name of the configuration files hardcoded? #78

Open
nanounanue opened this issue Aug 21, 2017 · 1 comment
Open

Are the name of the configuration files hardcoded? #78

nanounanue opened this issue Aug 21, 2017 · 1 comment
Assignees

Comments

@nanounanue
Copy link
Contributor

nanounanue commented Aug 21, 2017

Credentials:

with open('example_users.json') as h:

Schema and Db configuration:

tyra/config.py

Lines 6 to 7 in 60be7f7

profile_file = os.environ.get('PROFILE', 'default_profile.yaml')
schema_config = os.environ.get('SCHEMA', 'db_schema.yaml')

Or it is possible to specify another file name?

What about several users?

@nanounanue nanounanue changed the title Is the name of the credentials file hardcoded? Are the name of the configuration files hardcoded? Aug 21, 2017
@nanounanue
Copy link
Contributor Author

Related to #77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants