diff options
Diffstat (limited to 'pkg/atlas/config.go')
-rw-r--r-- | pkg/atlas/config.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/atlas/config.go b/pkg/atlas/config.go index a7cc8c2..2855489 100644 --- a/pkg/atlas/config.go +++ b/pkg/atlas/config.go @@ -220,6 +220,9 @@ type Config struct { // {status}.html. Web string `env:"ATLAS_WEB"` + // For the Funny:tm: + AllowJokes bool `env:"ATLAS_JOKES"` + // The path to the IP2Location database, which should contain at least the // country and region fields. The database must not be modified while atlas // is running, but it can be replaced (and a reload can be triggered with |