privatebin/.env.sample

31 lines
896 B
Plaintext

TYPE=privatebin
DOMAIN=privatebin.example.com
LETS_ENCRYPT_ENV=production
PB_INSTANCE_NAME=PrivateBin
PB_DISCUSSIONS_ENABLE=true
PB_DISCUSSIONS_TIMECODE_COMMENTS=false
PB_PASSWORD_ENABLE=true
PB_QRCODE_ENABLE=true
PB_FILE_UPLOAD_ENABLE=false
PB_THEME=bootstrap5 # https://privatebin.info/screenshots.html
PB_SYNTAX_HIGHLIGHTING_THEME="sons-of-obsidian"
PB_INFO="" # supports html, use single quotes
PB_NOTICE="" # plaintext only
PB_FILE_UPLOAD_SIZE_LIMIT=10485760 # expressed in bytes
PB_RATE_LIMITING=10 # time limit between calls from the same IP address in seconds
PB_BURN_AFTER_READING_PRESELECT=false
PB_DISCUSSIONS_PRESELECT=false
PB_DEFAULT_FORMATTER=plaintext # options: plaintext syntaxhighlighting & markdown
PB_EMAIL_ENABLE=true
# Setting this to true will allow the PrivateBin crawler to add your instance to the public list of PrivateBin instances
PB_PUBLIC_DIRECTORY=false