File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
"servers" : [
18
18
{
19
19
"url" : " {scheme}://{domain}:{port}{basePath}" ,
20
- "description" : " Lowcoder Self-hosted Installation API Access" ,
20
+ "description" : " Supabase Self-hosted Installation API Access" ,
21
21
"variables" : {
22
22
"scheme" : {
23
23
"description" : " HTTP scheme" ,
28
28
]
29
29
},
30
30
"domain" : {
31
- "description" : " Lowcoder IP address or domain" ,
31
+ "description" : " Supabase IP address or domain" ,
32
32
"default" : " localhost"
33
33
},
34
34
"port" : {
35
35
"description" : " Port" ,
36
- "default" : " 3000 "
36
+ "default" : " 8000 "
37
37
},
38
38
"basePath" : {
39
39
"description" : " Base path" ,
42
42
}
43
43
},
44
44
{
45
- "url" : " https://api-service.lowcoder.cloud " ,
46
- "description" : " Lowcoder Community Edition: Public Cloud API Access"
45
+ "url" : " https://api.supabase.io " ,
46
+ "description" : " Supabase Public Cloud API Access"
47
47
}
48
48
],
49
49
"security" : [
You can’t perform that action at this time.
0 commit comments