diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-13 18:06:44 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-13 18:06:44 +0200 |
| commit | ad1b790e598f92e0ff86c6e6f2907d03c72e6258 (patch) | |
| tree | 8a0f2a1b9eeffd5c75a9e48ec815fb3bc610a1ee | |
| parent | add .gitignore (diff) | |
| download | stargit-ad1b790e598f92e0ff86c6e6f2907d03c72e6258.tar.gz | |
add mongodb auth info
Signed-off-by: franck cuny <franck@lumberjaph.net>
| -rw-r--r-- | environments/development.yml | 5 |
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 |
