wt_config.xml 912 B

12345678910111213141516171819202122232425262728293031
  1. <server>
  2. <application-settings location="*">
  3. <properties>
  4. <!-- You need to register at google for this to work, and enter
  5. there the same values as you do here. -->
  6. <!--
  7. <property name="google-oauth2-redirect-endpoint">
  8. http://localhost:8080/oauth2callback
  9. </property>
  10. <property name="google-oauth2-client-id">
  11. 00000000000.apps.googleusercontent.com
  12. </property>
  13. <property name="google-oauth2-client-secret">
  14. abcdefghijk-123456789xyz
  15. </property>
  16. -->
  17. <!-- These configure the email address used to send emails
  18. -->
  19. <property name="auth-mail-sender-name">
  20. Wt Hangman Example
  21. </property>
  22. <property name="auth-mail-sender-address">
  23. noreply-hangman@www.webtoolkit.eu
  24. </property>
  25. </properties>
  26. <progressive-bootstrap>true</progressive-bootstrap>
  27. </application-settings>
  28. </server>