first commit

This commit is contained in:
jeremygan2021
2025-11-16 17:21:25 +08:00
commit a2682dc040
46 changed files with 5976 additions and 0 deletions

28
.env Normal file
View File

@@ -0,0 +1,28 @@
# 环境变量配置文件
# 数据库配置
DATABASE_URL=postgresql://luna:123luna@121.43.104.161:6432/luna
# MQTT配置
MQTT_BROKER_HOST=localhost
MQTT_BROKER_PORT=1883
# MQTT_USERNAME=
# MQTT_PASSWORD=
# 应用配置
APP_NAME=墨水屏桌面屏幕系统
DEBUG=false
# 文件存储配置
STATIC_DIR=static
UPLOAD_DIR=static/uploads
PROCESSED_DIR=static/processed
# 墨水屏配置
INK_WIDTH=400
INK_HEIGHT=300
# 安全配置
SECRET_KEY=123tangledup-ai
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=30