# Deakee Loyalty Starter — environment

# OAuth2 client credentials issued by Deakee when you register this partner.
# In dev mode the starter pre-seeds the client below so you can exercise the
# flow end-to-end without touching the real Deakee registration system.
DEAKEE_CLIENT_ID=deakee-starter-dev
DEAKEE_CLIENT_SECRET=dev-secret-change-me
DEAKEE_REDIRECT_URI=https://deakee.com/oauth2/callback

# Loyalty program config (returned by GET /loyalty/v1/config).
BRAND_NAME="Demo Brand"
BRAND_LOGO_URL=https://example.com/logo.png
EARN_RATE_POINTS=50
EARN_RATE_PER_CENTS=1000
MIN_REDEMPTION=500
PROGRAM_URL=https://example.com/loyalty
CROSS_BRAND_ENABLED=true

# Currency display (shown in the Deakee wallet)
CURRENCY_NAME="Demo Points"
CURRENCY_SYMBOL=DMO
