Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployments/aio/community/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ update_env_file(){
update_env_value "FILE_SIZE_LIMIT" "${FILE_SIZE_LIMIT:-5242880}"
update_env_value "LIVE_SERVER_SECRET_KEY" "${LIVE_SERVER_SECRET_KEY:-htbqvBJAgpm9bzvf3r4urJer0ENReatceh}"

update_env_value "API_KEY_RATE_LIMIT" "${API_KEY_RATE_LIMIT:-60/minute}"
update_env_value "DEFAULT_API_RATE_LIMIT" "${API_KEY_RATE_LIMIT:-60/minute}"
Comment thread
akshat5302 marked this conversation as resolved.
Comment thread
akshat5302 marked this conversation as resolved.

echo "✅ Environment file updated"
echo ""
Expand Down
2 changes: 1 addition & 1 deletion deployments/aio/community/variables.env
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GUNICORN_WORKERS=1
MINIO_ENDPOINT_SSL=0

# API key rate limit
API_KEY_RATE_LIMIT=60/minute
DEFAULT_API_RATE_LIMIT=60/minute
Comment thread
akshat5302 marked this conversation as resolved.
Comment thread
coderabbitai[bot] marked this conversation as resolved.

# Live Server Secret Key
LIVE_SERVER_SECRET_KEY=htbqvBJAgpm9bzvf3r4urJer0ENReatceh
Expand Down
2 changes: 1 addition & 1 deletion deployments/cli/community/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ x-app-env: &app-env
DATABASE_URL: ${DATABASE_URL:-postgresql://plane:plane@plane-db/plane}
SECRET_KEY: ${SECRET_KEY:-60gp0byfz2dvffa45cxl20p1scy9xbpf6d8c5y0geejgkyp1b5}
AMQP_URL: ${AMQP_URL:-amqp://plane:plane@plane-mq:5672/plane}
API_KEY_RATE_LIMIT: ${API_KEY_RATE_LIMIT:-60/minute}
DEFAULT_API_RATE_LIMIT: ${API_KEY_RATE_LIMIT:-60/minute}
Comment thread
akshat5302 marked this conversation as resolved.
Comment thread
akshat5302 marked this conversation as resolved.
MINIO_ENDPOINT_SSL: ${MINIO_ENDPOINT_SSL:-0}
LIVE_SERVER_SECRET_KEY: ${LIVE_SERVER_SECRET_KEY:-2FiJk1U2aiVPEQtzLehYGlTSnTnrs7LW}
WEBHOOK_ALLOWED_IPS: ${WEBHOOK_ALLOWED_IPS:-}
Expand Down
Loading