sul-dlss-labs / ld4p-marc21-to-xml

convert marc21 data into marcxml, with authority ids resolved to URIs via Symphony
Other
0 stars 1 forks source link

Provide auth-db config details at runtime #22

Closed dazza-codes closed 7 years ago

dazza-codes commented 7 years ago

At present, the auth-db connection is configured by providing a custom property file in java/src/main/resources/server.conf for the build system to incorporate into the packaged JAR. When this file is not provided for the build, there is no way to configure the auth-db connection. To enhance the code, it would be great to provide it at runtime. This could be enabled by adding a command line option to the MarcToXML class, so it could be called with an option to read from any config file at runtime.

dazza-codes commented 7 years ago

Brief discussion with @eefahy concluded with:

ndushay commented 7 years ago

related to #29

dazza-codes commented 7 years ago

Related to https://github.com/sul-dlss/ld4p-marc21-to-xml/issues/27