Ignores build files and updated mongo URI

This commit is contained in:
Patrick McDonagh
2017-05-02 10:17:28 -05:00
parent 3319a2d6d7
commit f313f7ca24
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View File

@@ -1,2 +1,8 @@
<<<<<<< Updated upstream
env/*
pocwww.egg*
=======
env/*
pocwww.egg-info/*
>>>>>>> Stashed changes

View File

@@ -10,7 +10,7 @@ pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.default_locale_name = en
mongo_uri = mongodb://localhost:27017/poc
mongo_uri = mongodb://poc_www:HenryPump1903@localhost:27017/poc
#---------- Pipeline Configuration ----------