schrodinger.application.licensing.licserver.server module

Provides APIs for license server management, mainly intended for admins.

Copyright Schrodinger, LLC. All rights reserved.

schrodinger.application.licensing.licserver.server.licserver_dir(env: Optional[MutableMapping] = None) str

Returns location for the licserver directory.

This is the location where the license server configuration is stored.

Parameters

env – looks up non-default configuration via environment. If None, uses os.environ.