-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
32 lines (27 loc) · 841 Bytes
/
netlify.toml
File metadata and controls
32 lines (27 loc) · 841 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
29
30
31
32
[build]
environment = { CI = "false" }
command = "npm run build"
publish = "build"
[context.production.environment]
TOML_ENV_VAR = "From netlify.toml"
REACT_APP_TOML_ENV_VAR = "From netlify.toml (REACT_APP_)"
[[redirects]]
from = '/main_proxy/*'
to = "https://za8hqdiis4.execute-api.ap-northeast-2.amazonaws.com/dev/dev-ice-bulter-main/:splat"
status = 200
force = true
[[redirects]]
from = '/recipe_proxy/*'
to = "https://za8hqdiis4.execute-api.ap-northeast-2.amazonaws.com/dev/dev-ice-bulter-recipe/admin/:splat"
status = 200
force = true
[[redirects]]
from = '/s3_proxy/*'
to = "https://za8hqdiis4.execute-api.ap-northeast-2.amazonaws.com/dev/:splat"
status = 200
force = true
[[redirects]]
from = '/s3_direct_proxy/*'
to = "https://ice-bulter-iamge-bucket.s3.ap-northeast-2.amazonaws.com/:splat"
status = 200
force = true