Files
appstore/apps/fider/latest/.env.sample
T
okxlin 19d6964299 feat: add fider
Add Fider as a 1Panel local app with bundled PostgreSQL and MailHog, strict adapter validation, and real moelin/1panel:v2 smoke coverage.
2026-06-27 21:24:10 +08:00

16 lines
443 B
Bash

PANEL_APP_PORT_HTTP=15081
PANEL_APP_PORT_MAILHOG=18025
TZ=Asia/Shanghai
APP_DATA_DIR=./data
BASE_URL=http://localhost:15081
POSTGRES_PASSWORD=fider-postgres-change-me
JWT_SECRET=fider-jwt-change-me-please-use-a-long-random-secret
EMAIL_NOREPLY=noreply@example.com
EMAIL_SMTP_HOST=fider-mailhog
EMAIL_SMTP_PORT=1025
EMAIL_SMTP_USERNAME=
EMAIL_SMTP_PASSWORD=
EMAIL_SMTP_ENABLE_STARTTLS=false
EMAIL_SMTP_ENABLE_IMPLICIT_TLS=false
CONTAINER_NAME=