update
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# .env.example - 供 LLM 或示例使用的安全示例值(无敏感信息)
|
||||
# LLM 可以直接参考下面的键和值格式来推断或生成连接字符串。
|
||||
|
||||
PGHOST=127.0.0.1
|
||||
PGPORT=5432
|
||||
PGUSER=example_user
|
||||
PGPASSWORD=example_password
|
||||
PGDATABASE=example_db
|
||||
|
||||
# 额外示例变量:
|
||||
APP_ENV=development
|
||||
APP_PORT=8000
|
||||
APP_SECRET_KEY=change-me
|
||||
WORKBOOK_PATH=KSP Engine Tweak Chart.xlsx
|
||||
SQLALCHEMY_ECHO=false
|
||||
|
||||
# 说明:此文件为示例,不包含真实凭据。将真实凭据写入本地的 .env 文件并确保其被 .gitignore 忽略。
|
||||
|
||||
Reference in New Issue
Block a user