diff options
| author | kamtschatka <sschatka@gmail.com> | 2024-05-10 22:00:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-10 21:00:23 +0100 |
| commit | 1e317d97a39e170cd2eca53a2b1df2cee489f681 (patch) | |
| tree | 2e111d2ef109e0cc78abca6974c287bf8bb26a14 /.env.sample | |
| parent | edf5fdbec67278e81c3538a553d567ff0a37d798 (diff) | |
| download | karakeep-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.sample | 3 |
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 |
