first commit
This commit is contained in:
28
.env
Normal file
28
.env
Normal 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
|
||||
Reference in New Issue
Block a user