Skip to content

Instantly share code, notes, and snippets.

@devigned
Created May 30, 2017 23:42
Show Gist options
  • Select an option

  • Save devigned/ebf600ba89280752b0a71fcf2f6af2ae to your computer and use it in GitHub Desktop.

Select an option

Save devigned/ebf600ba89280752b0a71fcf2f6af2ae to your computer and use it in GitHub Desktop.

Revisions

  1. devigned created this gist May 30, 2017.
    11 changes: 11 additions & 0 deletions mongoid.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    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