Skip to content

Add .env#19

Open
aonomike wants to merge 3 commits intoAgileVentures:masterfrom
aonomike:18_add-env-file
Open

Add .env#19
aonomike wants to merge 3 commits intoAgileVentures:masterfrom
aonomike:18_add-env-file

Conversation

@aonomike
Copy link
Copy Markdown
Collaborator

  • Set up config/dev.exs and config/test.exs to use environmental variables
  • Update README to reflect the use of .env file

Fixes #18

- Set up config/dev.exs and config/test.exs to use environmental variables
- Update README to reflect the use of .env file
config/dev.exs Outdated
username: "postgres",
password: "postgres",
username: System.get_env("DB_USERNAME") || "postgress",
password: System.get_env("DB_PASSWORD") || "postgress",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aonomike can you please update the default to use postgres, cheers 😸

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.

Add .env file

2 participants