Skip to content

fix test db config #332

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

Merged
merged 1 commit into from
Mar 14, 2018
Merged

fix test db config #332

merged 1 commit into from
Mar 14, 2018

Conversation

Morantron
Copy link
Collaborator

Changes needed for coopdevs/timeoverflow-provisioning#40 to work

@@ -23,7 +23,8 @@ development:

test:
<<: *defaults
database: <%= ENV.fetch('DATABASE_NAME', 'timeoverflow_test') %>
host: localhost
database: 'timeoverflow_test'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Aren't these the values it was using so far? Or was the ENV var set?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yep, env var is set to timeoverflow_development D:

Copy link
Collaborator

Choose a reason for hiding this comment

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

:trollface:

@enricostano enricostano merged commit 881b531 into develop Mar 14, 2018
@enricostano enricostano deleted the fix/test-db-config branch March 14, 2018 12:21
@sauloperez sauloperez mentioned this pull request Mar 19, 2018
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.

3 participants