blob: 13b173fba42a9ecb8316d0ebfebb62654644c4ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#+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_DEBUG= :: Can be either =true= or =false=. Default value is
=false=.
- =FERTI_USER= :: User used to log into the web app.
- =FERTI_PASS= :: Password used to log into the web app.
|