We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9069038 commit a16dcaeCopy full SHA for a16dcae
frontend/netlify.toml
@@ -2,6 +2,9 @@
2
publish = "build"
3
command = "npm run build"
4
5
+[context.production.environment]
6
+ REACT_APP_API_BASE_URL = "http://79.76.48.165:8080"
7
+
8
[[redirects]]
9
from = "/*"
10
to = "/index.html"
0 commit comments