Files

8 lines
212 B
Bash
Raw Permalink Normal View History

2026-07-18 20:09:26 +08:00
# CertCenter 配置
DATABASE_URL=sqlite+aiosqlite:///./certcenter.db
SECRET_KEY=change-me-to-a-random-string
ADMIN_USERNAME=admin
ADMIN_PASSWORD=admin123
CERT_DIR=/srv/certs
BASE_URL=https://cert.sansenhoshi.top