Skip to content

Instantly share code, notes, and snippets.

@whitemx
Created December 18, 2014 11:50
Show Gist options
  • Save whitemx/d3eac3567a293a925ab6 to your computer and use it in GitHub Desktop.
Save whitemx/d3eac3567a293a925ab6 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 = <IDPASSWORD>
#For local->local migrations, you must provide the address of the mongoDB server
db.mongo.servername = mongodb.ldcvia.com
#Multiple databases can be stipulated here separated by a ","
db.mongo.targetbds = discussion
db.mongo.usersbd = nsf2users
db.mongo.adminbd = NSF2MongoDB
db.mongo.logbd = logsdb
# the username and password only needs to be set if mongo security has been turned on
db.mongo.username = ViaApp
db.mongo.password = password
#the API Key provided to you by LDC Via
api.userkey = <ENTER API KEY HERE>
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 = local
# 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 Road
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