Преглед изворни кода

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: ''
             // }
         }
     },