crablog/doc/environment.md

9 lines
360 B
Markdown
Raw Normal View History

# Environment Variables
- SUBMIT_TOKEN: Alphanumeric string to be used for creating blog posts
- ROOT_PATH: path where html, static and database reside
- SSL_PATH: path to SSL certificates containing key.pem and cert.pem
- BIND_PORT: port to bind to
2020-10-23 00:55:27 +02:00
- SSL_PRIV_NAME: private key for the certificate
- SSL_CERT_NAME: public key for the certificate (fullchain)