diff options
| author | CrypticC3s4r <27031384+CrypticC3s4r@users.noreply.github.com> | 2024-10-05 18:37:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-05 17:37:56 +0100 |
| commit | 3f22801a0d06f36db01a2775b7e9bc1b6c72d3e7 (patch) | |
| tree | f3445844204daf3b18e08a726e710c80e8efe7a6 /docker/.env.sample | |
| parent | f6192dad3a99eb12340d0f8d8388153ff94ff761 (diff) | |
| download | karakeep-3f22801a0d06f36db01a2775b7e9bc1b6c72d3e7.tar.zst | |
docker: Fix the docker-based development env (#456)
Diffstat (limited to 'docker/.env.sample')
| -rw-r--r-- | docker/.env.sample | 6 |
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 |
