Skip to content

Commit

Permalink
ISSUE-475: Remove deprecated 'database' keyword
Browse files Browse the repository at this point in the history
- Remove deprecated 'database' keyword from cassandra-reaper.yaml files
  • Loading branch information
ossarga committed Sep 7, 2018
1 parent 79685e1 commit a7a7913
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
7 changes: 0 additions & 7 deletions src/packaging/resource/cassandra-reaper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ server:
requestLog:
appenders: []

database:
# PostgreSQL JDBC settings
driverClass: org.postgresql.Driver
user: postgres
password: postgres
url: jdbc:postgresql://127.0.0.1/reaper

autoScheduling:
enabled: false
initialDelayPeriod: PT15S
Expand Down
9 changes: 1 addition & 8 deletions src/server/src/test/resources/cassandra-reaper-h2-at.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,7 @@ jmxCredentials:
username: cassandra
password: cassandrapassword

# database section will be ignored if storageType is set to "memory"
#h2:
# H2 JDBC settings
# url: jdbc:h2:/tmp/reaper-db;MODE=PostgreSQL
# user:
# password:

database:
h2:
# H2 JDBC settings
driverClass: org.h2.Driver
url: jdbc:h2:/tmp/reaper-db/db;MODE=PostgreSQL
Expand Down

0 comments on commit a7a7913

Please sign in to comment.