From 364d265a1f6576874c21cfe816ba87a6290d7650 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Thu, 19 Sep 2024 18:26:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni --- README.md | 5 ++++- setup.py | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cab13ee..2d403c7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ Secret loading order: 0. Hardcoded values. **This is purely for debugging, prototyping, and for configuring below options.** 1. Files pointed to by environment variables. Docker friendly. -2. Secrets folder. Also Docker friendly. +2. Secrets folder. Also Docker friendly. Defaults to `secrets`, but can be + configured through the `SECRETS_DIRECTORY` key (NOTE: passed directly, + rather than through a file.) 3. [Pass: the standard unix password manager](https://www.passwordstore.org/). Most suited for personal usage; very unsuited for server environments. Requires `pass` installed @@ -50,6 +52,7 @@ Secret loading order: - [ ] Vault: * [ ] Ensure vault code path works. * [ ] Document usage and requirements. +- [ ] Get inspiration from # License diff --git a/setup.py b/setup.py index b2ab1a6..ddf4dbe 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,9 @@ Secret loading order: 0. Hardcoded values. **This is purely for debugging, prototyping, and for configuring below options.** 1. Files pointed to by environment variables. Docker friendly. -2. Secrets folder. Also Docker friendly. +2. Secrets folder. Also Docker friendly. Defaults to `secrets`, but can be + configured through the `SECRETS_DIRECTORY` key (NOTE: passed directly, + rather than through a file.) 3. [Pass: the standard unix password manager](https://www.passwordstore.org/). Most suited for personal usage; very unsuited for server environments. Requires `pass` installed @@ -57,6 +59,7 @@ Secret loading order: - [ ] Vault: * [ ] Ensure vault code path works. * [ ] Document usage and requirements. +- [ ] Get inspiration from """.strip() PACKAGE_DESCRIPTION_SHORT = """