Prechádzať zdrojové kódy

add atomTablePath to default config

JonStargaryen 4 rokov pred
rodič
commit
347b9ead6b
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  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: ''
             // }
         }
     },