Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Corin1998
/
QRcheckin
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
QRcheckin
/
.env.example
Corin1998
Update .env.example
0a8fb1e
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
299 Bytes
# SQLite は書き込み可能な /data を使用(不可の場合は db.py が /tmp へ自動フォールバック)
DATABASE_URL
=sqlite:////data/app.db
# CORS許可(必要に応じて制限)
CORS_ALLOW_ORIGINS
=*
# 管理用トークン(簡易保護 / デモ)
ADMIN_API_TOKEN
=change-me