Skip to content

ASKCOS User Interface Customization

There are several aspects of the ASKCOS user interface, or front-end that are customizable, these are all configurable in the askcos2_core/.env.example file. We recommend that you make a copy of this file before it is modified. Once complete, rename this file to .env and restart askcos.

Please note that the variables defined here will be overwritten by any shell variables.

The following can be configured:

  • VITE_ORGANIZATION=MIT (Organization name, displayed under the ASKCOS logo in header in the top left corner, change this to your company name)

  • VITE_ENABLE_SMILES_RESOLVER=True (Allows the global use of SMILES resolver, which sends data to NIH NCI, disable by entering False)

  • VITE_CONTACT_EMAIL=askcos_support@mit.edu (Change this to the person responsible for maintaining/administering the askcos deployment in your company)

  • VITE_SUPPORT_EMAILS=askcos_support@mit.edu (Change this to the group responsible for maintaining/administering the askcos deployment in your company)

Released under the MIT License.