aboutsummaryrefslogtreecommitdiffstats
path: root/docker/.env.sample
diff options
context:
space:
mode:
authorCrypticC3s4r <27031384+CrypticC3s4r@users.noreply.github.com>2024-10-05 18:37:56 +0200
committerGitHub <noreply@github.com>2024-10-05 17:37:56 +0100
commit3f22801a0d06f36db01a2775b7e9bc1b6c72d3e7 (patch)
treef3445844204daf3b18e08a726e710c80e8efe7a6 /docker/.env.sample
parentf6192dad3a99eb12340d0f8d8388153ff94ff761 (diff)
downloadkarakeep-3f22801a0d06f36db01a2775b7e9bc1b6c72d3e7.tar.zst
docker: Fix the docker-based development env (#456)
Diffstat (limited to 'docker/.env.sample')
-rw-r--r--docker/.env.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/.env.sample b/docker/.env.sample
new file mode 100644
index 00000000..0b1471a0
--- /dev/null
+++ b/docker/.env.sample
@@ -0,0 +1,6 @@
+# See https://docs.hoarder.app/configuration for more information
+DATA_DIR=/data
+MEILI_ADDR=http://127.0.0.1:7700
+MEILI_MASTER_KEY=[generate with <openssl rand -base64 36>]
+NEXTAUTH_URL=http://localhost:3000
+NEXTAUTH_SECRET=[generate with <openssl rand -base64 36>] \ No newline at end of file