diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-11-25 09:05:15 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-11-25 09:05:15 -0500 |
commit | 637ef658401450bf2b92c156c50806c69b5415d5 (patch) | |
tree | 876dd04b9eaeb409a3465002c3ba4ff44c94a98a | |
parent | 057f0d0131ab158c7a32a925574cd6540c595e41 (diff) |
Add README
-rw-r--r-- | README.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..510359c --- /dev/null +++ b/README.org @@ -0,0 +1,6 @@ +* Configuration + +** ~.env~ + +This application is configured through the ~.env~ file. +[[file:dotenv-example][dotenv-example]] contains example configuration. |