Phase 1: scaffold local backend — models, schemas, routers, printer service, Docker
This commit is contained in:
5
local_backend/.env.example
Normal file
5
local_backend/.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
SITE_ID=your-unique-site-id
|
||||
CLOUD_URL=https://your-vps.com
|
||||
SECRET_KEY=generate-a-long-random-string-here
|
||||
LICENSE_GRACE_HOURS=24
|
||||
DATABASE_URL=sqlite:///./pos.db
|
||||
Reference in New Issue
Block a user