This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
kimai/.envrc.sample

13 lines
287 B
Plaintext

export APP=kimai
export DOMAIN=kimai.example.com
## Domain aliases
#export EXTRA_DOMAINS=', `www.kimai.example.com`'
export LETS_ENCRYPT_ENV=production
export DB_PASSWORD_VERSION=v1
export DB_ROOT_PASSWORD_VERSION=v1
export ADMIN_PASSWORD_VERSION=v1
export ENTRYPOINT_CONF_VERSION=v1