This repository was archived by the owner on Oct 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ database.driver | the JDBC database driver to use
5050database.url | the JDBC URL to access
5151database.user | the database user (with create/alter schema permission)
5252database.password | the user's password
53+ database.generation | JPA database table command; usually "create-or-extend-tables" or "none"
5354serviceapi.host | base URL for validation services
5455publishing.host | base URL for submitting final metadata to OSTI (via /submit API)
5556datacite.user | (optional) DataCite user account name for registering DOIs
Original file line number Diff line number Diff line change 2020 <property name =" javax.persistence.jdbc.user" value =" ${database.user}" />
2121 <property name =" javax.persistence.jdbc.driver" value =" ${database.driver}" />
2222 <property name =" javax.persistence.jdbc.password" value =" ${database.password}" />
23- <property name =" eclipselink.ddl-generation" value =" create-or-extend-tables " />
23+ <property name =" eclipselink.ddl-generation" value =" ${database.generation} " />
2424 </properties >
2525 </persistence-unit >
2626</persistence >
You can’t perform that action at this time.
0 commit comments