Add .env.example

This commit is contained in:
WellBuilder Admin 2026-05-26 16:13:34 +00:00
parent 2e376e2073
commit 95a08f102c

16
.env.example Normal file
View file

@ -0,0 +1,16 @@
# Authorize.net
AUTHNET_API_LOGIN_ID=
AUTHNET_TRANSACTION_KEY=
AUTHNET_ENV=sandbox
# Database (PostgreSQL)
DATABASE_URL=postgresql://user:password@host:5432/dbname
# Shopify Storefront API (read-only — for catalog import during migration)
SHOPIFY_STOREFRONT_TOKEN=
SHOPIFY_STORE_DOMAIN=yourstore.myshopify.com
# App
SESSION_SECRET=replace_with_long_random_string
PORT=5000
NODE_ENV=development