pocketbase serve
Starts the web server (default to 127.0.0.1:8090)
Options
Name | Description |
---|---|
--http <string> | API HTTP server address (default "127.0.0.1:8090") |
--https <string> | API HTTPS server address (auto TLS via Let's Encrypt). The incoming --http address traffic also will be redirected to this address |
--origins <strings> | CORS allowed domain origins list (default [*]) |