This repository has been archived on 2022-09-18. You can view files and clone it, but cannot push or open issues or pull requests.
shortpaste/env.example

25 lines
543 B
Plaintext
Raw Normal View History

2022-09-18 13:56:56 +00:00
# Træfik
TRAEFIK_ENABLED=true
TRAEFIK_NETWORK=traefik
2022-09-18 14:05:06 +00:00
TRAEFIK_ROUTER=shortpaste_example_com
TRAEFIK_SERVICE=shortpaste_example_com
TRAEFIK_SERVICE_PORT=8080
TRAEFIK_MATCHRULE=Host(`shortpaste.example.com`)
2022-09-18 13:56:56 +00:00
TRAEFIK_TLSENABLED=true
TRAEFIK_CERTRESOLVER=letsencrypt
TRAEFIK_HTTP_MIDDLEWARES=http-to-https
TRAEFIK_HTTPS_MIDDLEWARES=hsts
# Diun
DIUN_ENABLE=true
DIUN_WATCHREPO=true
DIUN_SORTALGO=semver
DIUN_INCLUDE=
DIUN_EXCLUDE=
2022-09-18 14:05:06 +00:00
# Short{Paste}
SHORTPASTE_VERSION=
SHORTPASTE_DATA=./data
SHORTPASTE_ADMIN_USER=admin
SHORTPASTE_ADMIN_PASS=admin