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

Add instructions in README for customizing database name, password, username with ENV #454

Open
krschacht opened this issue Jul 9, 2024 · 2 comments
Assignees
Milestone

Comments

@krschacht
Copy link
Contributor

Ah, yes, all rails apps support the DATABASE_URL env, both for development and production. The production configs (render, fly, heroku) already set this. But this should definitely be in the README! The format for this variable should be postgres://username:password@localhost/hostedgpt_development

Also explain that you can customize just the DB with HOSTEDGPT_DEV_DB

Originally posted by @krschacht in #453 (reply in thread)

@krschacht krschacht added this to the 0.7 milestone Jul 9, 2024
@draknor
Copy link

draknor commented Jul 10, 2024

Hmmm - how do I link this issue to the PR I opened #456 ? Sorry - still learning the Github workflows!

@krschacht
Copy link
Contributor Author

@draknor In the PR description you can mention an issue, e.g, "Fixes #454" and then it links them up.

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

2 participants