diff options
| author | Marius Peter <dev@marius-peter.com> | 2025-11-29 13:23:58 +0100 |
|---|---|---|
| committer | Marius Peter <dev@marius-peter.com> | 2025-11-29 13:23:58 +0100 |
| commit | f54e5bda270d55a91f62be9cacbbcd1d3f1a0884 (patch) | |
| tree | cdd4885cb2567421e3c5c1c2176e734bef60a0fb | |
| parent | 70e74e5c8b12446475bfcf73e92bb8f2116c4a7d (diff) | |
Add README.org.
| -rw-r--r-- | README.org | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..0b7a9bd --- /dev/null +++ b/README.org @@ -0,0 +1,12 @@ +#+TITLE: Ferti Aquaponic Nutrient Management +#+AUTHOR: Marius Peter +#+DATE: <2025-11-29 Sat> + + +* Environment variables + +- =FERTI_ENVIRONMENT= :: Can be either =development= or =production=. + Default value is =production=, which is more secure (password + required everywhere, no debug traces). +- =FERTI_USER= :: User used to log into the web app. +- =FERTI_PASS= :: Password used to log into the web app. |