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

Provide Placeholder Database Credentials for Contributors #76

Open
daizenj opened this issue Dec 27, 2023 · 0 comments
Open

Provide Placeholder Database Credentials for Contributors #76

daizenj opened this issue Dec 27, 2023 · 0 comments

Comments

@daizenj
Copy link

daizenj commented Dec 27, 2023

Description

As an outsider looking to contribute to the project, I've noticed that the current setup assumes that contributors have access to the specific database credentials used in the application. Similar to what was done for the celts repo

Suggested Action

It would be helpful if the repository included a template or placeholder for the secret_config.yaml file, containing generic or sample database credentials. This would make it easier for contributors to set up and run the application locally without requiring access to the actual database.

Example Placeholder secret_config.yaml

db:
  db_name: your_database_name
  host: localhost
  username: your_database_username
  password: your_database_password

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

No branches or pull requests

1 participant