mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 15:07:55 +08:00
move Dockerfile to docs
This commit is contained in:
@@ -19,6 +19,7 @@ def build_api_key(path, params):
|
||||
_secret = "".join([path, secret, values]).encode("utf-8")
|
||||
params["_secret"] = hashlib.sha1(_secret).hexdigest()
|
||||
params["_key"] = key
|
||||
|
||||
return params
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user