config#
Classes:
CryoSPARC general system information. |
- class SystemInfo#
CryoSPARC general system information.
Attributes:
Whether authentication is enabled for the database.
Hostname of the master node
Port number for the CryoSPARC API service
Port number for the main CryoSPARC web application
Port number for visualization service
Port number for the MongoDB database
Port number for real-time API application service.
Running version of CryoSPARC, including any applied patches
- is_db_auth_enabled: bool#
Whether authentication is enabled for the database.
- master_hostname: str#
Hostname of the master node
- port_api: int#
Port number for the CryoSPARC API service
- port_app: int#
Port number for the main CryoSPARC web application
- port_command_vis: int#
Port number for visualization service
- port_mongo: int#
Port number for the MongoDB database
- port_rtp_webapp: int#
Port number for real-time API application service.
- version: str#
Running version of CryoSPARC, including any applied patches