Initial certificate system

This commit is contained in:
nelso
2026-06-06 19:32:24 +08:00
commit ce4ed6213b
105 changed files with 9133 additions and 0 deletions

7
.env.example Normal file
View File

@@ -0,0 +1,7 @@
APP_ENV=development
DATABASE_URL=mysql+pymysql://certificate:certificate@mysql:3306/certificate_system
SECRET_KEY=change-me
PUBLIC_BASE_URL=http://localhost:8080
CERTIFICATE_NO_SECRET=change-me
PDF_CACHE_DAYS=30
DATA_ROOT=/data/certificate-system