X-Git-Url: https://juplo.de/gitweb/?p=examples%2Ffacebook-app;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.properties;h=be5e940bca128e4da5af9afff9d102d24d18f67b;hp=46ade25559ba9604cc04892ae258decb1849ce39;hb=f629006c32b366b1bfaf24fb25f128f83e1c76b0;hpb=2050f0ba66eda0003559b4f4b13aabf31ade350e diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 46ade25..be5e940 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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