- Add Activepieces fork with SmoothSchedule custom piece - Create integrations app with Activepieces service layer - Add embed token endpoint for iframe integration - Create Automations page with embedded workflow builder - Add sidebar visibility fix for embed mode - Add list inactive customers endpoint to Public API - Include SmoothSchedule triggers: event created/updated/cancelled - Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
501 B
Plaintext
19 lines
501 B
Plaintext
AP_DEV_PIECES="store,webhook"
|
|
AP_PIECES_SYNC_MODE=NONE
|
|
AP_PIECES_SOURCE='FILE'
|
|
AP_API_KEY=api-key
|
|
AP_DB_TYPE=PGLITE
|
|
AP_ENVIRONMENT=test
|
|
AP_ENCRYPTION_KEY=7e19fad4c13eaea8f657afb12e8f9c40
|
|
AP_FRONTEND_URL=http://localhost:4200
|
|
AP_WEBHOOK_TIMEOUT_SECONDS=30
|
|
AP_LOG_LEVEL=info
|
|
AP_LOG_PRETTY=true
|
|
AP_REDIS_TYPE=MEMORY
|
|
AP_TELEMETRY_ENABLED=false
|
|
AP_ENRICH_ERROR_CONTEXT=true
|
|
AP_TRIGGER_DEFAULT_POLL_INTERVAL=1
|
|
AP_CACHE_PATH=./dev/cache
|
|
AP_EXECUTION_MODE=UNSANDBOXED
|
|
AP_JWT_SECRET=secret
|
|
AP_API_KEY="api-key" |