Browse
For agents
About
AI Builder – Generate pages, blocks, images & translate with AI
/
2.7.1
AI Builder – Generate pages, blocks, images & translate with AI
v2.7.1
Switch version
2.7.9
2.7.8
2.0.8
2.0.9
2.1.0
2.1.1
2.1.10
2.1.11
2.1.12
2.1.2
2.1.3
2.1.4
2.1.5
2.1.6
2.1.7
2.1.8
2.1.9
2.2.0
2.2.1
2.2.2
2.2.3
2.2.4
2.3.0
2.3.10
2.3.11
All 121 releases
Overview
Code
ai-builder
/
config.js
config.js
in AI Builder – Generate pages, blocks, images & translate with AI 2.7.1, at config.js
9 lines
159 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
//
PROD
2
window
.
config
=
{
3
apiUrl
:
"
https://api.wordpress-ai-builder.com/api
"
,
4
}
;
5
//
DEV
6
//
window.config = {
7
//
apiUrl: "http://127.0.0.1:8080/api",
8
//
};
9