forked from scottyzen/woonuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (14 loc) · 713 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (14 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# GraphQL endpoint
GQL_HOST="https://example.com/graphql"
# If you have the WooNuxt-Settings plugin installed this is all you need. Everything else is optional and can be configured in the WordPress admin under Settings > WooNuxt.
# If you don't have the plugin installed, you can configure the rest of the settings here.
# number of products to be displayed per page
PRODUCTS_PER_PAGE="24"
# Stripe API key
STRIPE_PUBLISHABLE_KEY="pk_test_abcdefghijklmnopqrstuvwxyz"
# Color of input and button elements
PRIMARY_COLOR="#ff0000"
# Needed for nuxt-image to work with external images
NUXT_IMAGE_DOMAINS="example.com, example.org"
# Enable codegen for GraphQL queries. Default is false
ENABLE_CODEGEN="true"