summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-06-13 18:06:44 +0200
committerfranck cuny <franck@lumberjaph.net>2011-06-13 18:06:44 +0200
commitad1b790e598f92e0ff86c6e6f2907d03c72e6258 (patch)
tree8a0f2a1b9eeffd5c75a9e48ec815fb3bc610a1ee
parentadd .gitignore (diff)
downloadstargit-ad1b790e598f92e0ff86c6e6f2907d03c72e6258.tar.gz
add mongodb auth info
Signed-off-by: franck cuny <franck@lumberjaph.net>
-rw-r--r--environments/development.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/environments/development.yml b/environments/development.yml
index bf9f228..d647515 100644
--- a/environments/development.yml
+++ b/environments/development.yml
@@ -25,3 +25,8 @@ show_errors: 1
# DO NOT EVER USE THAT FEATURE IN PRODUCTION
# OR TINY KITTENS SHALL DIE WITH LOTS OF SUFFERING
auto_reload: 0
+
+mongodb:
+ timeout: 60000
+ query_timeout: 60000
+ host: localhost:27017