Co-authored-by: Hwting <wang.t.nice@gmail.com>tags/1.8.1
| # If not set, Sentry error reporting will be disabled. | # If not set, Sentry error reporting will be disabled. | ||||
| WEB_SENTRY_DSN= | WEB_SENTRY_DSN= | ||||
| # Plugin_daemon Service Sentry DSN address, default is empty, when empty, | |||||
| # all monitoring information is not reported to Sentry. | |||||
| # If not set, Sentry error reporting will be disabled. | |||||
| PLUGIN_SENTRY_ENABLED=false | |||||
| PLUGIN_SENTRY_DSN= | |||||
| # ------------------------------ | # ------------------------------ | ||||
| # Notion Integration Configuration | # Notion Integration Configuration | ||||
| # Variables can be obtained by applying for Notion integration: https://www.notion.so/my-integrations | # Variables can be obtained by applying for Notion integration: https://www.notion.so/my-integrations |
| VOLCENGINE_TOS_ACCESS_KEY: ${PLUGIN_VOLCENGINE_TOS_ACCESS_KEY:-} | VOLCENGINE_TOS_ACCESS_KEY: ${PLUGIN_VOLCENGINE_TOS_ACCESS_KEY:-} | ||||
| VOLCENGINE_TOS_SECRET_KEY: ${PLUGIN_VOLCENGINE_TOS_SECRET_KEY:-} | VOLCENGINE_TOS_SECRET_KEY: ${PLUGIN_VOLCENGINE_TOS_SECRET_KEY:-} | ||||
| VOLCENGINE_TOS_REGION: ${PLUGIN_VOLCENGINE_TOS_REGION:-} | VOLCENGINE_TOS_REGION: ${PLUGIN_VOLCENGINE_TOS_REGION:-} | ||||
| SENTRY_ENABLED: ${PLUGIN_SENTRY_ENABLED:-false} | |||||
| SENTRY_DSN: ${PLUGIN_SENTRY_DSN:-} | |||||
| ports: | ports: | ||||
| - "${EXPOSE_PLUGIN_DEBUGGING_PORT:-5003}:${PLUGIN_DEBUGGING_PORT:-5003}" | - "${EXPOSE_PLUGIN_DEBUGGING_PORT:-5003}:${PLUGIN_DEBUGGING_PORT:-5003}" | ||||
| volumes: | volumes: |
| API_SENTRY_TRACES_SAMPLE_RATE: ${API_SENTRY_TRACES_SAMPLE_RATE:-1.0} | API_SENTRY_TRACES_SAMPLE_RATE: ${API_SENTRY_TRACES_SAMPLE_RATE:-1.0} | ||||
| API_SENTRY_PROFILES_SAMPLE_RATE: ${API_SENTRY_PROFILES_SAMPLE_RATE:-1.0} | API_SENTRY_PROFILES_SAMPLE_RATE: ${API_SENTRY_PROFILES_SAMPLE_RATE:-1.0} | ||||
| WEB_SENTRY_DSN: ${WEB_SENTRY_DSN:-} | WEB_SENTRY_DSN: ${WEB_SENTRY_DSN:-} | ||||
| PLUGIN_SENTRY_ENABLED: ${PLUGIN_SENTRY_ENABLED:-false} | |||||
| PLUGIN_SENTRY_DSN: ${PLUGIN_SENTRY_DSN:-} | |||||
| NOTION_INTEGRATION_TYPE: ${NOTION_INTEGRATION_TYPE:-public} | NOTION_INTEGRATION_TYPE: ${NOTION_INTEGRATION_TYPE:-public} | ||||
| NOTION_CLIENT_SECRET: ${NOTION_CLIENT_SECRET:-} | NOTION_CLIENT_SECRET: ${NOTION_CLIENT_SECRET:-} | ||||
| NOTION_CLIENT_ID: ${NOTION_CLIENT_ID:-} | NOTION_CLIENT_ID: ${NOTION_CLIENT_ID:-} | ||||
| VOLCENGINE_TOS_ACCESS_KEY: ${PLUGIN_VOLCENGINE_TOS_ACCESS_KEY:-} | VOLCENGINE_TOS_ACCESS_KEY: ${PLUGIN_VOLCENGINE_TOS_ACCESS_KEY:-} | ||||
| VOLCENGINE_TOS_SECRET_KEY: ${PLUGIN_VOLCENGINE_TOS_SECRET_KEY:-} | VOLCENGINE_TOS_SECRET_KEY: ${PLUGIN_VOLCENGINE_TOS_SECRET_KEY:-} | ||||
| VOLCENGINE_TOS_REGION: ${PLUGIN_VOLCENGINE_TOS_REGION:-} | VOLCENGINE_TOS_REGION: ${PLUGIN_VOLCENGINE_TOS_REGION:-} | ||||
| SENTRY_ENABLED: ${PLUGIN_SENTRY_ENABLED:-false} | |||||
| SENTRY_DSN: ${PLUGIN_SENTRY_DSN:-} | |||||
| ports: | ports: | ||||
| - "${EXPOSE_PLUGIN_DEBUGGING_PORT:-5003}:${PLUGIN_DEBUGGING_PORT:-5003}" | - "${EXPOSE_PLUGIN_DEBUGGING_PORT:-5003}:${PLUGIN_DEBUGGING_PORT:-5003}" | ||||
| volumes: | volumes: |