13 lines
349 B
Plaintext
13 lines
349 B
Plaintext
# 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
|
|
|
|
# Admin credentials for upload/edit/delete access (REQUIRED — change before deploying)
|
|
ADMIN_USER=admin
|
|
ADMIN_PASS=changeme
|