Prepare shop-ready deployment docs and fix transaction modal UI
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Copy this file to .env before running docker compose.
|
||||
# Do NOT commit your real .env file.
|
||||
|
||||
# Postgres container password (use a strong random string)
|
||||
POSTGRES_PASSWORD=replace-with-strong-password
|
||||
|
||||
# Database name used by the app
|
||||
POSTGRES_DB=crm_omt
|
||||
|
||||
# Seed admin user created on first DB initialization
|
||||
ADMIN_EMAIL=admin@local.test
|
||||
ADMIN_PASSWORD=ChangeMe123!
|
||||
ADMIN_NAME=Owner
|
||||
Reference in New Issue
Block a user