Sfoglia il codice sorgente

add atomTablePath to default config

JonStargaryen 4 anni fa
parent
commit
347b9ead6b
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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: ''
             // }
         }
     },