LicenseManger/config.yaml

31 lines
603 B
YAML

server:
port: "8080"
mode: "dev"
database:
path: "./data/database.db"
jwt:
secret: "your-jwt-secret-key"
expire: "24h"
email:
host: "smtp.example.com"
port: 587
username: "your-email@example.com"
password: "your-email-password"
upload:
path: "./uploads"
site:
title: "授权验证管理平台"
description: "设备授权和验证管理系统"
base_url: "http://localhost:8080"
logo: "/static/images/logo.png"
favicon: "/static/images/favicon.ico"
copyright: "© 2024 授权验证管理平台"
icp: ""
security:
encrypt_key: "your-32-byte-encrypt-key-here123456"