Created
May 30, 2017 23:42
-
-
Save devigned/ebf600ba89280752b0a71fcf2f6af2ae to your computer and use it in GitHub Desktop.
Habitat handlebars Mongoid configuration file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
production: | |
clients: | |
default: | |
uri: {{cfg.mongodb_uri}} | |
options: | |
# The default timeout is 5, which is the time in seconds | |
# for a connection to time out. | |
# We recommend 15 because it allows for plenty of time | |
# in most operating environments. | |
connect_timeout: 15 | |
ssl: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment