v0.1.27
Fix: Throughput API v1 available - Details posted to Irving. POWERBI_KEY was missing from the .ENV file, so was not live. Add: Editor now supports editing a mix's resolved formula directly, with % and kg dual entry on ingredient rows Fix: Mix Editor should bring through correct ingredients. New resolved formula (same logic we use in Mix Calculator). Fix: Security headers on all API responses (hardening) Add: New mix button available on the Mix Editor. Add: New ingredient button available on the Ingredient Editor
This commit is contained in:
@@ -33,5 +33,12 @@ LOGIN_RATE_LIMIT_ATTEMPTS=8
|
||||
LOGIN_RATE_LIMIT_WINDOW_SECONDS=300
|
||||
DOCS_ENABLED=false
|
||||
|
||||
# Read-only Power BI / external data API at /api/v1. Set a long random key to
|
||||
# enable it; leave blank to disable the API entirely. Power BI sends this as an
|
||||
# "X-API-Key" header (or "?api_key=" query parameter).
|
||||
POWERBI_API_KEY=V7BI59yhRBF7VMiPNfgmqPxrsPuNuPFJ
|
||||
# Tenant the Power BI API reads from. Defaults to CLIENT_TENANT_ID.
|
||||
POWERBI_TENANT_ID=
|
||||
|
||||
PUBLIC_MIX_CALCULATOR_SESSION_HISTORY=false
|
||||
PUBLIC_MIX_CALCULATOR_SESSION_SAVE=false
|
||||
|
||||
Reference in New Issue
Block a user