diff --git a/.gitignore b/.gitignore index c4dc76a..807b93c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ +<<<<<<< Updated upstream env/* pocwww.egg* +======= + +env/* +pocwww.egg-info/* +>>>>>>> Stashed changes diff --git a/production.ini b/production.ini index 5b98c2f..5a3e70f 100644 --- a/production.ini +++ b/production.ini @@ -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 ----------