mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-04-10 13:43:57 +08:00
11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
CONTAINER_NAME="photoview"
|
|
CACHE_PATH="./data/cache"
|
|
DATA_PATH="./data/photos"
|
|
PANEL_APP_PORT_HTTP="40100"
|
|
PANEL_DB_HOST="mysql"
|
|
PANEL_DB_NAME="photoview"
|
|
PANEL_DB_USER="photoview"
|
|
PANEL_DB_USER_PASSWORD="photoview_fMHR4h"
|
|
PHOTOVIEW_DB_PORT="3306"
|
|
|