** IoC Config values as provided by Morphia. To change their value, override them in your AppModule. Example:** ** pre>** @Contribute { serviceType=ApplicationDefaults# }** static Void contributeAppDefaults(Configuration config) {** config[MorphiaConfigIds.mongoUrl] = `mongodb://localhost:27017/exampledb`** }** <preconstmixin MorphiaConfigIds {** Use to set the [Mongo Connection URL]`http://docs.mongodb.org/manual/reference/connection-string/`.** ** pre>** @Contribute { serviceType=ApplicationDefaults# }** static Void contributeAppDefaults(Configuration config) {** config[MorphiaConfigIds.mongoUrl] = `mongodb://localhost:27017/exampledb`** }** <prestaticconst Str mongoUrl := "afMorphia.mongoUrl"** The name of the collection used by `IntSequences` to store last ID information.staticconst Str intSequencesCollectionName := "afMorphia.intSequencesCollectionName"}