All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lob-settings.2.1.5.source-code.application-mongodb.yml Maven / Gradle / Ivy

There is a newer version: 2.2.5
Show newest version
spring:
  data:
    mongodb:
      repositories:
        enabled: true # Enable Mongo repositories.
      database: "${dialob.tenant.fixedId:}dialob"
#      authentication-database: # Authentication database name.
#      database: test # Database name.
#      field-naming-strategy: # Fully qualified name of the FieldNamingStrategy to use.
#      grid-fs-database: # GridFS database name.
#      host: localhost # Mongo server host. Cannot be set with uri.
#      password: # Login password of the mongo server. Cannot be set with uri.
#      port: 27017 # Mongo server port. Cannot be set with uri.
#      uri: mongodb://localhost/test # Mongo database URI. Cannot be set with host, port and credentials.
#      username: # Login user of the mongo server. Cannot be set with uri.

dialob.db:
  database-type: MONGODB




© 2015 - 2024 Weber Informatics LLC | Privacy Policy