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

Readme updates and default db uri for simple local setup #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

benvand
Copy link

@benvand benvand commented Nov 20, 2020

  • Allow for DATABASE_URL environment variable to be not present by providing default

    • As per:
    • DATABASE_URL = os.getenv("DATABASE_URL", 'postgres://bluetail:bluetail@localhost:5432/bluetail')
    • provide a default value for DATABASE_URL when not specified in line with setup instructions.
  • Update README.md local setup instructions

    • Include setting required SECRET_KEY environment varieable
    • Include note telling users to update DATABASE_URL if they change the default username and password.

* Include setting required SECRET_KEY environment varieable
* Include note telling users to update DATABASE_URL if they change the default username and 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

Successfully merging this pull request may close these issues.

1 participant