bslatkin / dpxdt

Make continuous deployment safe by comparing before and after webpage screenshots for each release. Depicted shows when any visual, perceptual differences are found. This is the ultimate, automated end-to-end test.
https://dpxdt-test.appspot.com
Apache License 2.0
1.44k stars 124 forks source link

Allow DB URI to be set via ENV #106

Closed jeremyolliver closed 9 years ago

jeremyolliver commented 9 years ago

Allowing this to be more easily configured makes deploying this a lot easier, with better peace of mind as to persistence - as other databases and adapters can be used, or even just changing the db filepath to not be in /tmp/. I've kept the default as the same value.

bslatkin commented 9 years ago

Thanks!