Update app version [skip ci]
This commit is contained in:
17
apps/chevereto/4.2.5/.env.sample
Normal file
17
apps/chevereto/4.2.5/.env.sample
Normal file
@@ -0,0 +1,17 @@
|
||||
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="docker"
|
||||
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"
|
||||
Reference in New Issue
Block a user