From 0d0eca8cf6a38dbcf5a33deb4352806636b80d90 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Fri, 26 Dec 2025 05:29:39 +0000 Subject: [PATCH] docs: integration,implementation,dbal (1 files) --- docs/implementation/dbal/DBAL_INTEGRATION.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/implementation/dbal/DBAL_INTEGRATION.md b/docs/implementation/dbal/DBAL_INTEGRATION.md index 6655e6c9a..1a447c0d0 100644 --- a/docs/implementation/dbal/DBAL_INTEGRATION.md +++ b/docs/implementation/dbal/DBAL_INTEGRATION.md @@ -316,6 +316,9 @@ DBAL_BIND_ADDRESS=0.0.0.0 DBAL_PORT=8080 DBAL_LOG_LEVEL=info DBAL_MODE=production +DBAL_SQL_ENGINE=postgres # Override with 'mysql' when targeting the MySQL daemon +DBAL_API_KEY=super-secret-key # API key shared with trusted frontends and daemon clients +NEXT_PUBLIC_DBAL_API_KEY=super-secret-key # Expose key to trusted Next frontends only ``` ### TypeScript Configuration