Skip to content

Commit 66d859c

Browse files
committed
update /Lowcoder-API-Service-API.json
1 parent 5e1ebea commit 66d859c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Lowcoder-API-Service-API.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"servers": [
1818
{
1919
"url": "{scheme}://{domain}:{port}{basePath}",
20-
"description": "Lowcoder Self-hosted Installation API Access",
20+
"description": "Supabase Self-hosted Installation API Access",
2121
"variables": {
2222
"scheme": {
2323
"description": "HTTP scheme",
@@ -28,12 +28,12 @@
2828
]
2929
},
3030
"domain": {
31-
"description": "Lowcoder IP address or domain",
31+
"description": "Supabase IP address or domain",
3232
"default": "localhost"
3333
},
3434
"port": {
3535
"description": "Port",
36-
"default": "3000"
36+
"default": "8000"
3737
},
3838
"basePath": {
3939
"description": "Base path",
@@ -42,8 +42,8 @@
4242
}
4343
},
4444
{
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"
4747
}
4848
],
4949
"security": [

0 commit comments

Comments
 (0)