-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnetlify.toml
More file actions
43 lines (37 loc) · 989 Bytes
/
netlify.toml
File metadata and controls
43 lines (37 loc) · 989 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
33
34
35
36
37
38
39
40
41
42
43
[build]
functions = ".netlify/functions"
[[redirects]]
from = "/getUser"
to = "https://getcontact-6krimtymjq-uc.a.run.app"
status = 200
force = true
headers = {X-From = "Netlify"}
signed = "API_SIGNATURE_TOKEN"
[[redirects]]
from = "/addTxActivity"
to = "https://posadddata-6krimtymjq-uc.a.run.app"
status = 200
force = true
headers = {X-From = "Netlify"}
signed = "API_SIGNATURE_TOKEN"
[[redirects]]
from = "/createPOSInvoice"
to = "https://createPOSInvoice-6krimtymjq-uc.a.run.app"
status = 200
force = true
headers = {X-From = "Netlify"}
signed = "API_SIGNATURE_TOKEN"
[[redirects]]
from = "/getPOSPaylinkData"
to = "https://getPOSStableData-6krimtymjq-uc.a.run.app"
status = 200
force = true
headers = {X-From = "Netlify"}
signed = "API_SIGNATURE_TOKEN"
# Catch-all redirect for SPA (React)
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[build.environment]
NODE_VERSION = "22.14.0"