Skip to content

Commit

Permalink
fix: add envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Aug 28, 2024
1 parent ddfeff8 commit 60b8f52
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@ GIN_MODE=debug
PLUGIN_REMOTE_INSTALLING_HOST=127.0.0.1
PLUGIN_REMOTE_INSTALLING_PORT=5003

PLUGIN_WEBHOOK_ENABLED=true
PLUGIN_ENDPOINT_ENABLED=true

ROUTINE_POOL_SIZE=1024

REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_PASS=difyai123456

DB_USERNAME=postgres
DB_PASSWORD=difyai123456
DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=dify_plugin

AWS_LAMBDA_REGION=us-east-1
AWS_LAMBDA_ACCESS_KEY=
AWS_LAMBDA_SECRET_KEY=
Expand Down

0 comments on commit 60b8f52

Please sign in to comment.