Files
pyGoEdge-UserPanel/.env
2025-11-18 03:36:49 +08:00

28 lines
969 B
Bash
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.
DJANGO_SECRET_KEY=GkfYWT9b6xmPNmthn4ficOrYkLnW3dmg8FGgICRR8aymCZC7MNVF0vvzhVGDzxJkSfploEzlPFN8EEP9d9K2RbdQllDYtdNTODOzcCbIFVzfjQ8CTfWVAmi6qp33qi90
DJANGO_DEBUG=True
DJANGO_ALLOWED_HOSTS=*
# Database config
DB_ENGINE=sqlite
DB_NAME=pygoedge
DB_USER=root
DB_PASSWORD=
DB_HOST=127.0.0.1
DB_PORT=3306
# GoEdge settings
# 管理员API地址HTTP接口地址
GOEDGE_ADMIN_API_BASE_URL=https://backend.dooki.cloud
# 若未提供 AccessKeyId/AccessKey可直接填令牌不推荐长期使用
# GOEDGE_ACCESS_TOKEN=
# 推荐:提供管理员 AccessKeyId/AccessKey系统将自动获取并缓存令牌
GOEDGE_ACCESS_KEY_ID=pmP4MVmhYl8fgVpu
GOEDGE_ACCESS_KEY=6YWEYwNC6dVKXv009MniUu37H8XOwG2v
# 创建网站所需的默认节点集群ID必须配置为有效集群ID
# 可在 GoEdge 管理后台「集群管理」处查看并填写
GOEDGE_DEFAULT_NODE_CLUSTER_ID=
# System defaults
DEFAULT_FREE_TRAFFIC_GB_PER_DOMAIN=15
CNAME_TEMPLATE={sub}.cdn.example.com