1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-28 12:30:48 +08:00
1Panel-Appstore/joplin-server/latest/.env.sample
2023-11-09 19:15:01 +08:00

9 lines
197 B
Plaintext

CONTAINER_NAME="joplin"
JOPLIN_EXTERNAL_URL="http://localhost:40082"
PANEL_APP_PORT_HTTP="40082"
POSTGRES_DB="joplin"
POSTGRES_HOST="postgres"
POSTGRES_PORT="5432"
POSTGRES_PWD=""
POSTGRES_USER=""