From 6e2e5ffa00853f4d8d9534911302f55fe5ae80fa Mon Sep 17 00:00:00 2001 From: pictuga Date: Fri, 24 Dec 2021 11:44:56 +0100 Subject: [PATCH] README: cloud-init indication for env var --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84b724a..a17cb9c 100644 --- a/README.md +++ b/README.md @@ -439,6 +439,7 @@ To pass environment variables: - docker-compose: add an `environment:` section in the .yml file - Gunicorn/uWSGI/CLI: prepend `KEY=value` before the command - Apache: via the `SetEnv` instruction (see sample `.htaccess` provided) +- cloud-init: in the `/etc/environment` file Generic: