mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-25 16:01:04 +00:00
Add Fider as a 1Panel local app with bundled PostgreSQL and MailHog, strict adapter validation, and real moelin/1panel:v2 smoke coverage.
16 lines
443 B
Bash
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=
|