mirror of
https://github.com/kennethreitz/twelve-factor.git
synced 2026-06-05 06:46:13 +00:00
docs: Replace Twitter with X in documentation (#12)
Signed-off-by: Jean-François Farge <jeanfrancois.farge@gmail.com> Co-authored-by: Jean-François Farge <jeanfrancois.farge@gmail.com>
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
An app's *config* is everything that is likely to vary between [deploys](./codebase.md) (staging, production, developer environments, etc). This includes:
|
||||
|
||||
* Resource handles to the database, Memcached, and other [backing services](./backing-services.md)
|
||||
* Credentials to external services such as Amazon S3 or Twitter
|
||||
* Credentials to external services such as Amazon S3 or X (formerly Twitter)
|
||||
* Per-deploy values such as the canonical hostname for the deploy
|
||||
|
||||
Apps sometimes store config as constants in the code. This is a violation of twelve-factor, which requires **strict separation of config from code**. Config varies substantially across deploys, code does not.
|
||||
|
||||
Reference in New Issue
Block a user