Add .env.example
This commit is contained in:
parent
2e376e2073
commit
95a08f102c
1 changed files with 16 additions and 0 deletions
16
.env.example
Normal file
16
.env.example
Normal 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
|
||||
Loading…
Add table
Reference in a new issue