diff options
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 |
