Add API_TOKEN
This commit is contained in:
@ -153,6 +153,9 @@ LOG_LEVEL=WARNING
|
||||
# Timezone for the Mailu containers. See this link for all possible values https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||
TZ=Etc/UTC
|
||||
|
||||
# Authentication token for API requests
|
||||
#API_TOKEN=
|
||||
|
||||
###################################
|
||||
# Database settings
|
||||
###################################
|
||||
|
||||
@ -5,6 +5,7 @@ x-environment:
|
||||
- FRONT_ADDRESS=${STACK_NAME}_app
|
||||
- ADMIN
|
||||
- ANTIVIRUS
|
||||
- API_TOKEN
|
||||
- AUTH_RATELIMIT_IP
|
||||
- MESSAGE_RATELIMIT
|
||||
- COMPOSE_PROJECT_NAME
|
||||
|
||||
Reference in New Issue
Block a user