Switched H2 to server-mode and made the console available in the app
[examples/facebook-app] / src / main / resources / application.properties
index 46ade25..be5e940 100644 (file)
@@ -6,8 +6,19 @@ server.port: 8443
 server.ssl.key-store: keystore
 server.ssl.key-store-password: secret
 
+httpclient.timeout.connection=@httpclient.timeout.connection@
+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@
+logging.level.org.apache.http.wire=ERROR
 logging.level.de.juplo.yourshouter=info