[GH-ISSUE #1194] Implement Rule III. of 12 factor app: Store config in the environment #765

Open
opened 2026-03-02 16:01:18 +03:00 by kerem · 0 comments
Owner

Originally created by @mahyard on GitHub (May 27, 2024).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1194

About this rule:
https://12factor.net/config

Short description:
An app’s config is everything that is likely to vary between deploys (staging, production, developer environments, etc). The twelve-factor app stores config in environment variables (often shortened to env vars or env). Env vars are easy to change between deploys without changing any code. they are a language- and OS-agnostic standard.

If this change is welcome I am going to start working on it.

Originally created by @mahyard on GitHub (May 27, 2024). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1194 About this rule: https://12factor.net/config Short description: An app’s config is everything that is likely to vary between [deploys](https://12factor.net/codebase) (staging, production, developer environments, etc). The twelve-factor app stores config in environment variables (often shortened to env vars or env). Env vars are easy to change between deploys without changing any code. they are a language- and OS-agnostic standard. If this change is welcome I am going to start working on it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#765
No description provided.