mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-27 00:01:05 +00:00
10 lines
263 B
Bash
10 lines
263 B
Bash
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"
|