Unverified Commit a92f163c authored by Byron Ruth's avatar Byron Ruth Committed by GitHub

Add NATS to the list of supported data stores (#6876)

Signed-off-by: 's avatarByron Ruth <byron@nats.io>
parent b43dd774
......@@ -299,7 +299,7 @@ var ServerFlags = []cli.Flag{
},
&cli.StringFlag{
Name: "datastore-endpoint",
Usage: "(db) Specify etcd, Mysql, Postgres, or Sqlite (default) data source name",
Usage: "(db) Specify etcd, NATS, MySQL, Postgres, or SQLite (default) data source name",
Destination: &ServerConfig.DatastoreEndpoint,
EnvVar: version.ProgramUpper + "_DATASTORE_ENDPOINT",
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment