mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
Remove API_KEY_FILE setting
This commit is contained in:
parent
554a28479f
commit
d100a790a0
@ -15,7 +15,7 @@ class KeyAuthService:
|
|||||||
def __init__(self, env):
|
def __init__(self, env):
|
||||||
self.auth_realm = DEFAULT_AUTH_REALM
|
self.auth_realm = DEFAULT_AUTH_REALM
|
||||||
self.key = self._generate_key()
|
self.key = self._generate_key()
|
||||||
self.key_path = env.get('API_KEY_FILE') or DEFAULT_KEY_PATH
|
self.key_path = DEFAULT_KEY_PATH
|
||||||
|
|
||||||
def write_key(self):
|
def write_key(self):
|
||||||
"""Write key to file so authorized clients can get the key
|
"""Write key to file so authorized clients can get the key
|
||||||
|
@ -118,7 +118,6 @@ PUBLIC_HOSTNAME=$PUBLIC_HOSTNAME
|
|||||||
PUBLIC_IP=$PUBLIC_IP
|
PUBLIC_IP=$PUBLIC_IP
|
||||||
PUBLIC_IPV6=$PUBLIC_IPV6
|
PUBLIC_IPV6=$PUBLIC_IPV6
|
||||||
CSR_COUNTRY=$CSR_COUNTRY
|
CSR_COUNTRY=$CSR_COUNTRY
|
||||||
API_KEY_FILE=/var/lib/mailinabox/api.key
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Start service configuration.
|
# Start service configuration.
|
||||||
|
Loading…
Reference in New Issue
Block a user