docs: integration,implementation,dbal (1 files)

This commit is contained in:
2025-12-26 05:29:39 +00:00
parent 0d9ddb69de
commit 0d0eca8cf6

View File

@@ -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