mirror of
https://github.com/jeffusion/gitea-ai-assistant.git
synced 2026-03-27 10:05:50 +00:00
- Configuration Reference now shows only PORT/DATABASE_PATH/MASTER_KEY_PATH as env vars - All other settings documented as Web UI configuration - Installation steps simplified (no more .env editing for runtime config) - Docker run command updated to use volume mount instead of --env-file - k8s section simplified: only GITEA_ACCESS_TOKEN in Secret
9 lines
408 B
Plaintext
9 lines
408 B
Plaintext
# 应用配置
|
||
PORT=3000
|
||
# DATABASE_PATH=./data/assistant.db # 可选,默认为 ./data/assistant.db
|
||
# MASTER_KEY_PATH=./data/master.key # 可选,默认为 ./data/master.key
|
||
|
||
# 所有其他配置(Gitea连接、飞书通知、Webhook密钥、管理员密码、审查引擎、记忆系统等)
|
||
# 均通过 Web 管理后台进行配置。
|
||
# 启动服务后访问 http://localhost:3000 进行配置。
|