-
Notifications
You must be signed in to change notification settings - Fork 60
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
Get Database configuration as an export environment variable. #88
Comments
@isabelcosta Can you please add labels to it? |
@isabelcosta Can I work on it? |
@NenadPantelic you are already assigned to #60. |
@Amulya-coder Oh sorry, I totally overlooked that, I don't know how 🤦 |
Hey @isabelcosta could you pls assign me this issue I would like to work on this |
As @ashwinijha6 You are already assigned to an issue, I am assigning this to @NeerajSati. |
@ashwinijha6 Assigning this to you. 🚀 |
@ashwinijha6 are you still interested in this issue? I will unassign due to almost one month's of inactivity. Let me know if you interested, and we can assign again. |
I'm so sorry for the delay @isabelcosta. I'm a bit busy at the moment you can unassign me & make it available for others. |
No problem at all @ashwinijha6 :) Good luck with your other commitments 🙏🏾 you're always welcome to come and contribute 🤗 |
Thankyou for understanding @isabelcosta. I'll surely be back once I finish up my work ❤️ |
As #109 PR is almost complete I can work on this. What do you think @isabelcosta? |
Yes @codesankalp I think this could be useful to contributors to get this solved. |
added env variables for db config and updated readme. Fixes anitab-org#88
added env variables for db config and updated readme Fixes #88
Description
As a contributor,
I need database configuration to be exported as separate environment variables
so that changing database configuration for deployed as well as the local project does not depend on changing code every time.
Acceptance Criteria
Update [Required]
DB_NAME
,DB_USERNAME
,DB_PASSWORD
,DB_HOST
,DB_PORT
from machine environments.Definition of Done
Estimation
1 hour
The text was updated successfully, but these errors were encountered: