This repository has been archived on 2026-02-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
swift-duct-calc/docker/example.env
2026-02-11 08:53:21 -05:00

21 lines
467 B
Bash

# Shared with database & app
POSTGRES_USER=ductcalc
POSTGRES_PASSWORD=super-secret-change-me
POSTGRES_DB=ductcalc
# App only
#
POSTGRES_HOSTNAME=db
# If using sqlite not postgres
#SQLITE_PATH=db.sqlite
# Set the pdf engine to use, this generally does not
# need set, unless extending the base image.
#PDF_ENGINE=weasyprint
# Set the path to the pandoc executable. This generally
# does not need set, unless extending the base image.
#PANDOC_PATH=/usr/bin/pandoc