From e81000b5a66c1a524407d527ad2e95d3da18e4f0 Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Sat, 4 Apr 2026 12:41:00 +0100 Subject: [PATCH] feat: add .dockerignore and document BASE_URL in .env.example --- .dockerignore | 6 ++++++ .env.example | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..8267130 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,6 @@ +node_modules +.env +.env.* +.git +.gitignore +*.log diff --git a/.env.example b/.env.example index 28109ca..2ea2937 100644 --- a/.env.example +++ b/.env.example @@ -22,6 +22,9 @@ JWT_SECRET=your-jwt-secret-key-change-this-in-production # Application URLs APP_URL=http://localhost:3000 +# Base URL for emails and magic links (used by server-side code) +BASE_URL=http://localhost:3000 + # OIDC Provider (for Outline Wiki SSO) OIDC_CLIENT_ID=outline-wiki OIDC_CLIENT_SECRET=