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:
Jffarge
2024-11-29 02:59:45 +01:00
committed by GitHub
parent fcbf58eac6
commit 2a1d23ac71
+1 -1
View File
@@ -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.