From 2a77841961de0d83de6a622f7ead344cd1e7344c Mon Sep 17 00:00:00 2001 From: "Stephen C. Moore" Date: Sat, 4 Jan 2020 10:29:06 -0600 Subject: [PATCH] Add symbols_path Added symbols_path so everybody knows that's a config option. --- conf/gns3_server.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/gns3_server.conf b/conf/gns3_server.conf index ffab4ec8..e1441e2c 100644 --- a/conf/gns3_server.conf +++ b/conf/gns3_server.conf @@ -18,6 +18,9 @@ projects_path = /home/gns3/GNS3/projects ; Path where user appliances are stored appliances_path = /home/gns3/GNS3/appliances +; Path where custom device symbols are stored +symbols_path = /home/gns3/GNS3/symbols + ; Option to automatically send crash reports to the GNS3 team report_errors = True