Skip to content

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