diff options
author | pg9182 <96569817+pg9182@users.noreply.github.com> | 2023-03-29 06:27:39 -0400 |
---|---|---|
committer | pg9182 <96569817+pg9182@users.noreply.github.com> | 2023-03-29 06:27:39 -0400 |
commit | aed63fe1272bca4348c771724babb10dcac4b972 (patch) | |
tree | 4e56ca5c3c497392a4c134be32ab748035f17fda | |
parent | c1117bb859053a2edace051a95506a0509869c0f (diff) | |
download | Atlas-aed63fe1272bca4348c771724babb10dcac4b972.tar.gz Atlas-aed63fe1272bca4348c771724babb10dcac4b972.zip |
docs: Update production config
-rw-r--r-- | docs/PRODUCTION.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/PRODUCTION.md b/docs/PRODUCTION.md index d201bb7..5e27ca3 100644 --- a/docs/PRODUCTION.md +++ b/docs/PRODUCTION.md @@ -184,6 +184,9 @@ This document describes the recommended setup for an non-containerized Atlas ser # ip2location ATLAS_IP2LOCATION=/usr/share/ip2location-lite/IP2LOCATION-LITE-DB11.IPV6.BIN + + # misc + ATLAS_JOKES=true ``` Note: The `@` values in the config are references to systemd credentials, which will be described later. |