Skip to content

Instantly share code, notes, and snippets.

@whitemx
Last active August 29, 2015 14:11
Show Gist options
  • Save whitemx/f87238d905d5456dfbdc to your computer and use it in GitHub Desktop.
Save whitemx/f87238d905d5456dfbdc to your computer and use it in GitHub Desktop.
Sample LDC Via Migration Config
#The email address of the user running the migration (this will match the email of the super user account at LDC Via)
user.email = fred@ldcvia.com
#Language the tool will run in. Currently only EN is supported, if you need other languages please let us know
language = EN
#The server the source nsf files can be found on leave this empty to use the current server (which is the setting that you would use is you were running the utility on the actual Domino server)
nsf.sourceServerName = Apps/LDCVIA
#Multiple databases can be stipulated here separated by a "," , separate directories paths with "\\"
#At least one database must be provided
nsf.sourceDbNames = demos\\discussion.nsf
nsf.sourceNAB = names.nsf
nsf.idPassword = <NOTES ID PASSWORD>
#For local->local migrations, you must provide the address of the mongoDB server
db.mongo.servername =
#Multiple databases can be stipulated here separated by a ","
db.mongo.targetbds =
db.mongo.usersbd =
db.mongo.adminbd =
db.mongo.logbd =
api.targeturl = https://local.ldcvia.com:3001
api.userkey = <YOUR API KEY>
logging.runlog = runlog.txt
# what do you want to convert by i.e what do you want the mongo db collections named after view/form
convert.by = form
# which forms do you want converting leave blank for all
convert.forms =
# which views do you want converting leave blank for all
convert.views =
# the target for the conversion local/remote
# local = sends it directly to a mongo db
# remote = sends it to the API.
convert.target = remote
# the charset used in the richtextfield conversion
statics.charset = US-ASCII
# Organsiation details for the target mongo db
org.name = Acme Inc
org.licenseKey = e869017cbf5fe9f6eb5156788ea023cb1e9c0d404ba7125dc8485ef3b98ae556d8865af9bc59a1011fa547f7fde71d5068c15cc4d0b0f641ac8506434e94ff33d71ebe987ba3d8a251ff9f8fa0024fae66448ff17edca9ffc100f4b4fc2e991960e82f3c4c7835c021089a02b74866c1df5a5a9cf1885a32c4f6fc0d4ebfb818
org.address01 = Acme Rd
org.address02 =
org.addressCity = London
org.addressState =
org.phone = 020202020202
org.addressPostalCode = XX1 1XX
org.state = XXXX
org.addressCountry = United Kingdom
# which security field types do you want convert readers/authors/all
#convert.security.fieldtypes = all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment