mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
10 lines
263 B
Plaintext
10 lines
263 B
Plaintext
CONTAINER_NAME="discussion"
|
|
PANEL_APP_PORT_HTTP="40254"
|
|
PANEL_DB_HOST="postgresql"
|
|
PANEL_DB_HOST_NAME="postgresql"
|
|
PANEL_DB_NAME="discussion_123"
|
|
PANEL_DB_PORT=5432
|
|
PANEL_DB_TYPE="postgresql"
|
|
PANEL_DB_USER="discussion_123"
|
|
PANEL_DB_USER_PASSWORD="discussion_123"
|