Reseed demo tenants after each SSO login.
Deploy Ladill POS / deploy (push) Successful in 1m34s

Demo Free/Pro/Enterprise accounts wipe and reload sample data on
authorization-code SSO callbacks so every sales walkthrough starts clean.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-17 11:20:18 +00:00
co-authored by Cursor
parent ff098c0a29
commit 4d49336f96
5 changed files with 188 additions and 0 deletions
+4
View File
@@ -57,4 +57,8 @@ MERCHANT_DB_DATABASE=ladill_merchant
MERCHANT_DB_USERNAME=ladill_pos
MERCHANT_DB_PASSWORD=
# Suite demo accounts (sales walkthroughs) — reset POS data on each SSO login
DEMO_ACCOUNTS_ENABLED=false
DEMO_RESET_ON_LOGIN=true
VITE_APP_NAME="${APP_NAME}"