Standalone
Subcommand options
You can list all the options from the following command:
greptime standalone start --help
Option | Description |
---|---|
-c /--config-file | The configuration file for frontend |
--env-prefix <ENV_PREFIX> | The prefix of environment variables, default is GREPTIMEDB_STANDALONE |
--http-addr <HTTP_ADDR> | HTTP server address |
--influxdb-enable | Whether to enable InfluxDB protocol in HTTP API |
--mysql-addr <MYSQL_ADDR> | MySQL server address |
--postgres-addr <POSTGRES_ADDR> | Postgres server address |
--rpc-bind-addr <RPC_BIND_ADDR> | The address to bind the gRPC server |