mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-06-10 00:02:37 -06:00
12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
# Copy this file to scrape.env and fill in your real values.
|
|
DISCORD_TOKEN=
|
|
TZ=UTC
|
|
|
|
# Match these to the host user that should own created files.
|
|
DCE_UID=1000
|
|
DCE_GID=1000
|
|
|
|
# For rootless podman, set this to keep-id so mounted archive roots stay writable.
|
|
# Leave it empty on Docker unless you explicitly need a user namespace mode there.
|
|
DCE_USERNS_MODE=
|