notshop-bundle/.env.example
WellBuilder Admin 95a08f102c Add .env.example
2026-05-26 16:13:34 +00:00

16 lines
399 B
Text

# 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