Files
memer/.env.example

13 lines
349 B
Plaintext
Raw Permalink Normal View History

2026-03-28 01:06:30 -05:00
# Public-facing URL used to build share links (no trailing slash)
PUBLIC_URL=https://meme.alwisp.com
# Internal server port (default: 3000)
PORT=3000
# Data directory inside the container (default: /data)
DATA_DIR=/data
2026-03-28 01:23:53 -05:00
# Admin credentials for upload/edit/delete access (REQUIRED — change before deploying)
ADMIN_USER=admin
ADMIN_PASS=changeme