Make Spring-Boot's implicit autoconfiguration explicit
[examples/facebook-app] / src / main / resources / application.properties
index 80f6121..21463c2 100644 (file)
@@ -1,5 +1,5 @@
-spring.social.facebook.appId=@facebook.app.id@
-spring.social.facebook.appSecret=@facebook.app.secret@
+facebook.app.id=@facebook.app.id@
+facebook.app.secret=@facebook.app.secret@
 
 spring.thymeleaf.prefix=/thymeleaf/
 spring.thymeleaf.cache=false