14 lines
206 B
Plaintext
14 lines
206 B
Plaintext
|
|
# Application
|
||
|
|
APP_NAME=GLM OCR Demo
|
||
|
|
APP_VERSION=0.1.0
|
||
|
|
DEBUG=true
|
||
|
|
|
||
|
|
# Server
|
||
|
|
HOST=0.0.0.0
|
||
|
|
PORT=8000
|
||
|
|
|
||
|
|
# Database
|
||
|
|
DATABASE_URL=sqlite:///./app.db
|
||
|
|
|
||
|
|
# Security
|
||
|
|
SECRET_KEY=your-secret-key-here-change-in-production
|