starraid/star-raid/.env.example

10 lines
289 B
Plaintext
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.

# Star Raid 服务端配置模板 —— 复制为 .env 后按机器修改
# 监听端口
PORT=8643
# 监听地址
HOST=0.0.0.0
# 数据库目录(绝对路径,勿放源码目录内;支持 ~ 开头)
DATA_DIR=~/.starraid
# HTTPS 部署时置 1Cookie 加 Secure
COOKIE_SECURE=0