1
0
Fork 0
1Panel-Appstore/apps/chevereto/server-latest/.env.sample

18 lines
476 B
Plaintext

CHEVERETO_HEADER_CLIENT_IP="X-Real-IP"
CHEVERETO_HOSTNAME="hostname.com"
CHEVERETO_HOSTNAME_PATH="/"
CHEVERETO_IMAGES_PATH="./data/images"
CHEVERETO_MAX_POST_SIZE="2G"
CHEVERETO_MAX_UPLOAD_SIZE="2G"
CHEVERETO_SERVICING="server"
CONTAINER_NAME="chevereto"
ENCRYPTION_KEY=""
PANEL_APP_PORT_HTTP=40328
PANEL_DB_HOST="mysql"
PANEL_DB_HOST_NAME="mysql"
PANEL_DB_NAME="chevereto"
PANEL_DB_PORT=3306
PANEL_DB_TYPE="mysql"
PANEL_DB_USER="chevereto"
PANEL_DB_USER_PASSWORD="chevereto"