-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.test
More file actions
38 lines (31 loc) · 1.65 KB
/
.env.test
File metadata and controls
38 lines (31 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# ============================================================================
# Test Environment Configuration
# These values are used when running tests (vitest)
# Automatically loaded by Vite when mode=test
# ============================================================================
# ============================================================================
# Managed Runtime Deployment Configuration (optional for tests)
# ============================================================================
# MRT_PROJECT=my-project-slug
# MRT_TARGET=development
# ============================================================================
# Application Configuration
# All PUBLIC__ prefixed variables are automatically merged into config.server.ts
# Use double underscore (__) to target nested config paths
# ============================================================================
# Commerce Cloud API Configuration (required)
PUBLIC__app__commerce__api__clientId=c9c45bfd-0ed3-4aa2-9971-40f88962b836
PUBLIC__app__commerce__api__organizationId=f_ecom_zzrf_001
PUBLIC__app__commerce__api__siteId=RefArchGlobal
PUBLIC__app__commerce__api__shortCode=kv7kzm78
PUBLIC__app__commerce__api__proxy=/mobify/proxy/api
PUBLIC__app__commerce__api__callback=/callback
PUBLIC__app__commerce__api__privateKeyEnabled=false
# SLAS Client Secret (Server-only - NEVER use PUBLIC__ prefix!)
# COMMERCE_API_SLAS_SECRET=
# Site Configuration
PUBLIC__app__site__locale=en-US
PUBLIC__app__site__currency=USD
PUBLIC__app__site__features__passwordlessLogin__enabled=false
PUBLIC__app__site__features__socialLogin__providers=["Apple","Google"]
PUBLIC__app__site__features__shopperContext__enabled=false