Skip to content

Commit

Permalink
rollback dspace.cfg changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasquale Cavallo committed Jul 31, 2020
1 parent 1406a4c commit e35084c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dspace/config/dspace.cfg
Expand Up @@ -20,7 +20,7 @@

# DSpace installation directory
# Windows note: Please remember to use forward slashes for all paths (e.g. C:/dspace)
dspace.dir = /home/pasquale/Contenuti/4Science/InstallDSpace7Orig/
dspace.dir = /dspace

# URL of DSpace backend ('server' webapp). Include port number etc.
# This is where REST API and all enabled server modules (OAI-PMH, SWORD, SWORDv2, RDF, etc) will respond
Expand Down Expand Up @@ -50,7 +50,7 @@ solr.server = http://localhost:8983/solr
# URL for connecting to database
# * Postgres template: jdbc:postgresql://localhost:5432/dspace
# * Oracle template: jdbc:oracle:thin:@//localhost:1521/xe
db.url = jdbc:postgresql://localhost:5432/dspace7
db.url = jdbc:postgresql://localhost:5432/dspace

# JDBC Driver
# * For Postgres: org.postgresql.Driver
Expand All @@ -63,7 +63,7 @@ db.driver = org.postgresql.Driver
db.dialect = org.dspace.storage.rdbms.hibernate.postgres.DSpacePostgreSQL82Dialect

# Database username and password
db.username = dspace7
db.username = dspace
db.password = dspace

# Database Schema name
Expand Down

0 comments on commit e35084c

Please sign in to comment.