Skip to content

Commit

Permalink
config list to map, registered functions
Browse files Browse the repository at this point in the history
  • Loading branch information
alx652 committed Mar 14, 2024
1 parent 17207d0 commit d489f22
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,14 +399,17 @@ server.servlet-path=/loop-service

server.use-forward-headers=true

ix.api.registeredfunctions =${ix.api.registeredfunctions}[
ix.api.registeredfunctions.InChIRegisteredFunction =
{
"class":"ix.core.util.pojopointer.extensions.InChIRegisteredFunction"
},
"registeredFunctionClass": "ix.core.util.pojopointer.extensions.InChIRegisteredFunction",
"order": 1500,
}
ix.api.registeredfunctions.InChIRegisteredFunction =
{
"class":"ix.core.util.pojopointer.extensions.InChIFullRegisteredFunction"
"registeredFunctionClass":"ix.core.util.pojopointer.extensions.InChIFullRegisteredFunction"
"order": 1600,
}
]

substance.renderer.style="CONF"
substance.renderer.configPath="substances-default-renderer.json"

Expand Down

0 comments on commit d489f22

Please sign in to comment.