Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
fcrepo.db.url=jdbc:mariadb://localhost:3306/fcrepo
fcrepo.db.user=<username>
fcrepo.db.pwpassword=<password>

Note, the fcrepo database must be manually created, but the tables will be automatically created.

...

Code Block
fcrepo.db.url=jdbc:postgresql://localhost:5432/fcrepo
fcrepo.db.user=<username>
fcrepo.db.pwpassword=<password>

Note, the fcrepo database must be manually created, but the tables will be automatically created.

...

Code Block
fcrepo.db.url=jdbc:mysql://localhost:3306/fcrepo
fcrepo.db.user=<username>
fcrepo.db.pwpassword=<password>

Note, the fcrepo database must be manually created, but the tables will be automatically created.

...