Files
yunhaifinance/backend/.env.example
T

11 lines
229 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 数据库配置(SQLite
DB_PATH=./company_finance.db
# 服务器配置
PORT=3000
NODE_ENV=development
# 生产环境配置示例
# DB_PATH=/path/to/production/company_finance.db
# PORT=8080
# NODE_ENV=production