9 lines
222 B
Plaintext
9 lines
222 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
|