Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDatabase credentials for dev config? #642
Open
Labels
Comments
|
Alright the postgrex library will find some predefined env variables: Maybe gotta mention that in the installation guide. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I am a beginner in Elixir/Phoenix and I am having a look at your project for learning purposes.
I want to create/migrate the database but I have an error:
$ mix ecto.createOne can quickly see that there are missing parameters specifying username/password:
https://github.com/thoughtbot/constable/blob/master/config/dev.exs#L41
How does it work? Where does it get the credentials from? I guess I'm not supposed to add options myself by editing the code?
Thank you for any help!