14 lines
485 B
Bash
14 lines
485 B
Bash
# Homebox environment variables
|
|
|
|
HBOX_LOG_LEVEL=info
|
|
HBOX_LOG_FORMAT=text
|
|
HBOX_WEB_MAX_FILE_UPLOAD=10
|
|
|
|
# Please consider allowing analytics to help us improve Homebox (basic computer information, no personal data)
|
|
HBOX_OPTIONS_ALLOW_ANALYTICS=false
|
|
|
|
# Use a strong random string for the pepper in production, it will be used to hash API keys and make them more secure
|
|
HBOX_AUTH_API_KEY_PEPPER=thisissomelsf43509sflkj45høhafh89435hjkhfakjdhfwoieryuighajhfjaheuirywuihafjhds
|
|
|
|
PORT=3100
|