mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-12 04:23:24 +02:00
[Config] Add allowed chars for API key
This commit is contained in:
parent
53832d890c
commit
143f6f0872
@ -150,6 +150,7 @@ SYSCTL_IPV6_DISABLED=0
|
|||||||
|
|
||||||
# Create or override API key for web uI
|
# Create or override API key for web uI
|
||||||
# You _must_ define API_ALLOW_FROM, which is a comma separated list of IPs
|
# You _must_ define API_ALLOW_FROM, which is a comma separated list of IPs
|
||||||
|
# API_KEY allowed chars: a-z, A-Z, 0-9, -
|
||||||
#API_KEY=
|
#API_KEY=
|
||||||
#API_ALLOW_FROM=127.0.0.1,1.2.3.4
|
#API_ALLOW_FROM=127.0.0.1,1.2.3.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user