Skip to content

Commit

Permalink
More db fun
Browse files Browse the repository at this point in the history
  • Loading branch information
CoralineAda committed Nov 4, 2016
1 parent 137aa5a commit 7dbecaa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions config/mongoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ production:
#database: alice_dev
# hosts:
# - localhost:27017
options:
allow_dynamic_fields: false
identity_map_enabled: true
include_root_in_json: true
include_type_for_serialization: true
scope_overwrite_exception: true
raise_not_found_error: false
skip_version_check: false
use_activesupport_time_zone: false
use_utc: true
# options:
# allow_dynamic_fields: false
# identity_map_enabled: true
# include_root_in_json: true
# include_type_for_serialization: true
# scope_overwrite_exception: true
# raise_not_found_error: false
# skip_version_check: false
# use_activesupport_time_zone: false
# use_utc: true

0 comments on commit 7dbecaa

Please sign in to comment.