# This config aligns with the `dev` script at the project root, # and assumes that the CouchDB backend is available COUCHDB_SERVER=localhost:5984 COUCHDB_PROTOCOL=http COUCHDB_ADMIN=admin COUCHDB_PASSWORD=password NODE_ENV=platform VERSION=localdev # Shared secret for payment webhook authorization (Stripe → /express/permissions) # Must match PERMISSIONS_SECRET in business backend .env PERMISSIONS_SECRET=dev-permissions-secret-12345