mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
8 lines
214 B
Plaintext
8 lines
214 B
Plaintext
CONTAINER_NAME="matomo"
|
|
PANEL_APP_PORT_HTTP="40077"
|
|
DATA_PATH="./data"
|
|
PANEL_DB_HOST="127.0.0.1"
|
|
PANEL_DB_NAME="matomo"
|
|
PANEL_DB_USER="matomo"
|
|
PANEL_DB_USER_PASSWORD="MyDBPWD_brls9UwcRasl"
|
|
PANEL_DB_PREFIX="matomo_" |