您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

24 行
597 B

  1. <?php
  2. /**
  3. * The base configuration for Matomo
  4. *
  5. * This file contains the following configurations:
  6. *
  7. * * Matomo tracker URL
  8. * * Matomo site ID
  9. * * Matomo auth token
  10. *
  11. */
  12. /** Matomo base URL, for example http://example.org/matomo/ Must be set */
  13. define( 'SOCOS_IO_STATS_TRACKER_URL', '' );
  14. /** Specify the site ID to track */
  15. define( 'SOCOS_IO_STATS_SITE_ID', 1 );
  16. /**
  17. * Specify an API token with at least Write permission, so the Visitor IP address can be recorded
  18. * Learn more about token_auth: https://matomo.org/faq/general/faq_114/
  19. */
  20. define( 'SOCOS_IO_STATS_AUTH_TOKEN', '' );