sync: app.py for Butler 2.3.2
This commit is contained in:
parent
02779055ad
commit
7048fa0c95
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -11,7 +11,7 @@ from fastapi.responses import JSONResponse, RedirectResponse
|
|||
from contextlib import asynccontextmanager
|
||||
|
||||
log = logging.getLogger("butler")
|
||||
VERSION = "2.3.1"
|
||||
VERSION = "2.3.2"
|
||||
|
||||
API_DIR = os.environ.get("API_KEY_DIR", "/data/api")
|
||||
VAULT_CACHE_DIR = os.environ.get("VAULT_CACHE_DIR", "/data/vault-cache")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue