1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-13 04:02:29 +08:00
2023-11-09 19:15:01 +08:00

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"