Skip to content

Commit

Permalink
0002568: Protect keystore password
Browse files Browse the repository at this point in the history
allow engine to come up with defaults in order to get security service
  • Loading branch information
erilong committed Apr 19, 2016
1 parent 729e1c8 commit 38c42f5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ db.driver=org.h2.Driver

# Specify your database URL
# Tags: database
db.url=jdbc:h2:mem:setme;AUTO_SERVER=TRUE
db.url=jdbc:h2:mem:setme
#db.url=jdbc:h2:file:target/h2/client
#db.url=jdbc:oracle:thin:@127.0.0.1:1521:sampleroot
#db.url=jdbc:postgresql://localhost/sampleroot
Expand Down

0 comments on commit 38c42f5

Please sign in to comment.