{
  "STRAPI_URL":"https://floatingpoint-admin.sorint.com",
  "PROXY_URL":"https://floatingpoint.sorint.it",
  "LOGIN_URL": "/login",
  "LOGOUT": "/logout",
  "DASHBOARD_URL": "https://floatingpoint-admin.sorint.com/strapi-plugin-sso/oidc",
  "GRAVATAR_URL": "https://www.gravatar.com/avatar",
  "TAGS_PAGE_SIZE": 10000,
  "POSTS_PAGE_SIZE": 10000,
  "CSP_DIRECTIVES":
    {
      "default-src": "'self' https://stats.sorint.com",
      "font-src": "https://fonts.gstatic.com",
      "style-src": "'self' 'unsafe-inline'",
      "frame-src": "https://www.youtube.com",
      "script-src": "'self' https://stats.sorint.com",
      "img-src": "'self' https://www.gravatar.com"
    },
  "sentry":
    {
      "tracesSampleRate": 1.0,
      "replaysSessionSampleRate": 0.1,
      "replaysOnErrorSampleRate": 1.0,
      "enabled": true,
      "dsn": "https://e7370b32c7e1607616f5ba23ecf2b9ba@o1384609.ingest.sentry.io/4508478519967744",
      "tracePropagationTargets": "['/*localhost*/', '/*sorint*/']",
      "environment": "eks"
    },
 "matomo":
    {
      "host": "https://stats.sorint.com/",
      "siteId": 15,
      "heartBeatTimer": 15,
      "disableCookies": true,
      "debug": false
    },
    "LOG_VERBOSE": true,
    "SCHEDULER_EXPRESSION": "50 */2 * * *"
}
