-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnetlify.toml
33 lines (28 loc) · 810 Bytes
/
netlify.toml
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
# block some countries
# [[redirects]]
# from = "/*"
# to = "/451.html"
# status = 451
# force = true
# conditions = {Country=["BY","CU","IR","IQ","CI","LR","KP","SD","SY","ZW"]}
# headers = {Link="<https://swap.oikos.cash>"}
# support SPA setup
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[build]
publish = "build/"
command = "npm run build"
[build.environment]
NODE_VERSION = "11.15.0"
EXTEND_ESLINT = "1"
# RUBY_VERSION = "2.6.2"
REACT_APP_CONTEXT = "production"
REACT_APP_IS_PRODUCTION_DEPLOY = "false"
REACT_APP_CHAIN_ID = "1"
REACT_APP_NETWORK_URL = "https://ropsten.infura.io/v3/f7077ab1cc3745159abb88d8c26d63c4"
REACT_APP_PORTIS_ID = ""
REACT_APP_FORTMATIC_KEY = ""
#[context.production.environment]
#REACT_APP_IS_PRODUCTION_DEPLOY = "true"