浏览代码

add atomTablePath to default config

JonStargaryen 4 年之前
父节点
当前提交
347b9ead6b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/servers/model/config.ts

+ 2 - 1
src/servers/model/config.ts

@@ -82,7 +82,8 @@ const DefaultModelServerConfig = {
             //     }
             // },
             // wwPDB: {
-            //     chemCompBondTablePath: ''
+            //     chemCompBondTablePath: '',
+            //     chemCompAtomTablePath: ''
             // }
         }
     },