init project
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# PROJECT M Environment Variables
|
||||
# Copy this file to .env and fill in your values
|
||||
|
||||
# Matrix Server Configuration
|
||||
MATRIX_SERVER=https://your-matrix-server.com
|
||||
MATRIX_USER_ID=@your-bot:your-matrix-server.com
|
||||
MATRIX_PASSWORD=your-secure-password
|
||||
|
||||
# Device Configuration
|
||||
MATRIX_DEVICE_ID=PROJECT_M_BOT
|
||||
MATRIX_DEVICE_NAME=ProjectMBot
|
||||
|
||||
# OpenClaw Configuration
|
||||
OPENCLAW_JSON_PATH=~/.openclaw/openclaw.json
|
||||
|
||||
# Bot Greeting Message
|
||||
BOT_GREETING_MESSAGE=你好!我係 PROJECT M Bot,已成功加入房間。有咩需要可以搵管理員幫手!
|
||||
Reference in New Issue
Block a user