Configs
Versioned configuration files (JSON, YAML, plain text, env) delivered to your containers as mounted volumes.
4 articles
Env Files
An env file stores a list of KEY=VALUE environment variables in the Bahriya platform. The content is validated on upload, versioned, and delivered to your containers as environment variables.
2 minJSON Configs
A JSON config stores a JSON configuration file in the Bahriya platform. The content is validated on upload, versioned, and delivered to your containers as a mounted file.
2 minYAML Configs
A YAML config stores a YAML configuration file in the Bahriya platform. The content is validated for correct YAML syntax, encrypted at rest, and delivered to your containers as a mounted file.
1 minPlain Configs
A plain config stores arbitrary text content in the Bahriya platform. Use it for configuration formats Bahriya doesn't validate natively (.ini, .properties, .conf, custom DSLs) or any plain text file your application needs at runtime. The content is versioned and delivered to your containers as a mounted file.
2 min