Add contributor guide and project usage docs
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# Slack App 설정
|
||||
SLACK_BOT_TOKEN=xoxb-your-bot-token
|
||||
SLACK_APP_TOKEN=xapp-your-app-token
|
||||
|
||||
# 보안: 허가된 사용자/채널만 명령 수락
|
||||
SLACK_ALLOWED_USER_ID=U0XXXXXXXXX
|
||||
SLACK_ALLOWED_CHANNEL_ID=C0XXXXXXXXX
|
||||
|
||||
# PTY 설정
|
||||
DEFAULT_SHELL=claude
|
||||
PTY_READ_TIMEOUT=5
|
||||
|
||||
# 출력 버퍼 설정
|
||||
OUTPUT_BUFFER_INTERVAL=2.0
|
||||
MAX_MESSAGE_LENGTH=3000
|
||||
Reference in New Issue
Block a user