Ignores build files and updated mongo URI
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,2 +1,8 @@
|
||||
<<<<<<< Updated upstream
|
||||
env/*
|
||||
pocwww.egg*
|
||||
=======
|
||||
|
||||
env/*
|
||||
pocwww.egg-info/*
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
@@ -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 ----------
|
||||
|
||||
Reference in New Issue
Block a user