未验证 提交 73d0802c 编写于 作者: K kezhenxu94 提交者: GitHub

[BugFix] Docker InfluxDB cannot be enabled (#4483)

Motivation:

This patch fixes the bug that there's no chance to enable the InfluxDB storage in docker container.

Modifications:

Generate InfluxDB configuration section to enable it.

Result:

Users can enable InfluxDB by specifying SW_STORAGE=influxdb
上级 ab8d7fab
......@@ -355,6 +355,7 @@ EOT
elasticsearch) generateStorageElastisearch;;
h2) generateStorageH2;;
mysql) generateStorageMySQL;;
influxdb) generateStorageInfluxDB;;
esac
cat <<EOT >> ${var_application_file}
......
......@@ -356,6 +356,7 @@ EOT
elasticsearch) generateStorageElastisearch;;
h2) generateStorageH2;;
mysql) generateStorageMySQL;;
influxdb) generateStorageInfluxDB;;
esac
cat <<EOT >> ${var_application_file}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册