init: init proj
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
# 服务端口(监听 0.0.0.0,局域网内的手机等设备可直接访问)
|
||||
PORT=3000
|
||||
# SQLite 数据目录(相对 server/ 或绝对路径)
|
||||
DATA_DIR=./data
|
||||
# 管理界面鉴权 token。未设置时 /api/* 仅放行 localhost 与局域网私有网段
|
||||
ADMIN_TOKEN=
|
||||
Reference in New Issue
Block a user