Switched H2 to server-mode and made the console available in the app
[examples/facebook-app] / src / main / resources / application.properties
index 2c78f2c..be5e940 100644 (file)
@@ -1,6 +1,5 @@
 facebook.app.id=@facebook.app.id@
 facebook.app.secret=@facebook.app.secret@
-facebook.app.salt=@facebook.app.salt@
 facebook.app.canvas=@facebook.app.canvas@
 
 server.port: 8443
@@ -13,7 +12,11 @@ httpclient.timeout.read=@httpclient.timeout.read@
 spring.thymeleaf.prefix=/thymeleaf/
 spring.thymeleaf.cache=false
 
+spring.datasource.url=@jdbc.url@
+spring.datasource.username=@jdbc.username@
+spring.datasource.password=@jdbc.password@
 spring.datasource.continueOnError=true
+spring.h2.console.enabled=true
 
 logging.level.org.springframework.social=debug
 logging.level.org.apache.http=@httpclient.logging.level@