-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.toml
More file actions
28 lines (22 loc) · 824 Bytes
/
.env.toml
File metadata and controls
28 lines (22 loc) · 824 Bytes
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
GATSBY_STORE_NAME = 'example.com/1'
ENABLE_GATSBY_REFRESH_ENDPOINT = 1
# NODE_TLS_REJECT_UNAUTHORIZED = 0
WORDPRESS_NODES_PER_FETCH = 250
MATOMO_CONTAINER_ID = 'container_ABCD1234'
MATOMO_HOST = 'https://matomo.example.com'
MATOMO_INCLUDE_IN_DEV = false
[target.local]
GATSBY_SITE_URL = 'http://localhost:8000'
GATSBY_WORDPRESS_URL = 'https://cms.example.test'
[target.prod]
GATSBY_SITE_URL = 'https://www.example.com'
GATSBY_WORDPRESS_URL = 'https://cms.example.com'
ROBOTS_TXT_DISALLOW_ALL = false
[target.stage]
GATSBY_SITE_URL = 'https://www-stage.example.com'
GATSBY_WORDPRESS_URL = 'https://cms-stage.example.com'
ROBOTS_TXT_DISALLOW_ALL = true
[target.dev]
GATSBY_SITE_URL = 'https://www-dev.example.com'
GATSBY_WORDPRESS_URL = 'https://cms-dev.example.com'
ROBOTS_TXT_DISALLOW_ALL = true