SSL
This page documents the configuration options available for SSL. Both the SSL_CERT
and SSL_KEY
environment variables are required to enable SSL.
SSL_CERT
The path to the SSL certificate file. This file must be a .pem
file.
SSL_CERT=/path/to/cert.pem
SSL_KEY
The path to the SSL key file. This file must be a .key
file.
SSL_KEY=/path/to/key.key
Datasource
This page will document the configuration options available for the da...
Settings
As of Zipline v4, most configuration options can be managed through th...
Last updated: 3/13/2025
Edit this page on GitHub