Data Sources
Data Sources
Mantap services use scoped database environment variables in the deploy .env.
The docs site does not connect to the database and does not need any DB
credentials.
Production runtime variables used by the application stack include:
MANTAP_DATABASE_URLfor general Mantap data.MANTAP_ACTIVITY_DATABASE_URLfor transaction activity reads.MANTAP_ANALYTIC_DATABASE_URLfor analytical reads.WA_DATABASE_URLfor the WhatsApp gateway database.
The deploy validation script checks that required runtime variables are present
before the stack is launched. Keep those values only in .env or the server's
secret management workflow.
Documentation Schema
The OpenAPI schema for this portal lives at:
Code
Prefer file-based schemas for Zudoku builds. File-based schemas are processed at build time and avoid browser-side schema parsing overhead.
Last modified on
