-
Notifications
You must be signed in to change notification settings - Fork 22
Instructions to connect MySQL #16
Comments
Please provide more information. |
In the below code snippet if we are in the development environment we by default use sqlite but we should take this as an input from the environment and hence such changes are needed to be made!
Library that can be really helpful will be DJ Database Url |
So when you say environment, Think that makes sense to me, just confirming with you on that above |
Precisely 🚀 |
Hello, tried to setup environment locally by following steps in README.md with error that the specific configs are not placed like SECRET_KEY Please let me know some dummy configs etc and any more information how to setup environment. I believe I would need an sqllite db for the application to start and a mysql db for this specific issue. Thanks for your patience. |
@isaac-philip Checkout the example .env.sample file! Setting up the environment section of README explains that! |
Thanks I did had a look but couldn't complete, will try in couple of days! |
1. Implemented the value to be parsed into the databases settings. 2. This value is parsed from the operating system environment variable `DATABASE_URL` 3. Added information highlighting the usage in Readme.md Resolves JBossOutreachArchive#16
1. Implemented the value to be parsed into the databases settings. 2. This value is parsed from the operating system environment variable `DATABASE_URL` 3. Added information highlighting the usage in Readme.md Resolves JBossOutreachArchive#16
1. Implemented the value to be parsed into the databases settings. 2. This value is parsed from the operating system environment variable `DATABASE_URL` 3. Added information highlighting the usage in Readme.md 4. Placed necessary Environment Variable `DATABASE_URL` in .travis.yml for CI Resolves JBossOutreachArchive#16
Hello, any updates or modifications needed ? |
hello, just asking if not yet merged any modifications needed? Please advise for any direction needed. |
We need to provide instructions in our README to connect our application to MySQL backend using the environment variables.
The text was updated successfully, but these errors were encountered: