mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-09 14:48:47 +08:00
9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
# jwt密钥 用于生成token加密
|
|
JWT_SECRET=""
|
|
|
|
# 用户注册码
|
|
REGISTER_CODE='9527'
|
|
|
|
# 服务端口
|
|
PORT=8009
|