From 4150ed542db16d5979e0802030a471a310cd0795 Mon Sep 17 00:00:00 2001
From: Yee <2520865+yixinglu@users.noreply.github.com>
Date: Wed, 14 Oct 2020 20:52:43 +0800
Subject: [PATCH] Install graphd production configure file (#319)

---
 conf/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt
index 020b97e8..d6e0ad9a 100644
--- a/conf/CMakeLists.txt
+++ b/conf/CMakeLists.txt
@@ -3,6 +3,7 @@
 install(
     FILES
         nebula-graphd.conf.default
+        nebula-graphd.conf.production
     PERMISSIONS
         OWNER_READ
         GROUP_READ
-- 
GitLab