aboutsummaryrefslogtreecommitdiffstats
path: root/.env.sample
diff options
context:
space:
mode:
authorkamtschatka <sschatka@gmail.com>2024-05-10 22:00:23 +0200
committerGitHub <noreply@github.com>2024-05-10 21:00:23 +0100
commit1e317d97a39e170cd2eca53a2b1df2cee489f681 (patch)
tree2e111d2ef109e0cc78abca6974c287bf8bb26a14 /.env.sample
parentedf5fdbec67278e81c3538a553d567ff0a37d798 (diff)
downloadkarakeep-1e317d97a39e170cd2eca53a2b1df2cee489f681.tar.zst
Development Instructions are incomplete/not working (fixes #145) (#146)
updated the documentation on how to set up the development environment Co-authored-by: kamtschatka <simon.schatka@gmx.at>
Diffstat (limited to '')
-rw-r--r--.env.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.sample b/.env.sample
new file mode 100644
index 00000000..6f492eaa
--- /dev/null
+++ b/.env.sample
@@ -0,0 +1,3 @@
+# See https://docs.hoarder.app/configuration for more information
+DATA_DIR=<path>
+NEXTAUTH_SECRET=<secret> \ No newline at end of file