Skip to content

Commit e58b7c9

Browse files
author
Nadim Ritter
committed
change default value in application.properties to FULL_RDBMS
1 parent 87e5c1a commit e58b7c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/config/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ sps.gui.redirect.url=${sps.webservice.http.external.scheme}://${sps.webservice.h
9090
# FULL_RDBMS: all data, meta plus screenshots, go to database
9191
# FILESYS_RDBMS: screenshots go to file-system and meta data go to database as usual
9292

93-
#sps.data.store.adapter=FULL_RDBMS
94-
sps.data.store.adapter=S3_RDBMS
93+
sps.data.store.adapter=FULL_RDBMS
94+
#sps.data.store.adapter=S3_RDBMS
9595
sps.data.store.file.dir=/screenshots/
9696
sps.data.store.batch.interval=1000
9797

0 commit comments

Comments
 (0)