aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/DEV.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-14 22:31:32 +0900
committernsfisis <nsfisis@gmail.com>2025-08-14 22:44:16 +0900
commitbf3b2b2f5fdfe4d54226b59ce82378e4a77dc700 (patch)
treee8d6eaeab9ae28f1c66e530cbeed483db08a7098 /docs/DEV.md
parent948d7e6596bc4a37c8d7903e785e099b6a81a664 (diff)
downloadiosdc-japan-2025-albatross-bf3b2b2f5fdfe4d54226b59ce82378e4a77dc700.tar.gz
iosdc-japan-2025-albatross-bf3b2b2f5fdfe4d54226b59ce82378e4a77dc700.tar.zst
iosdc-japan-2025-albatross-bf3b2b2f5fdfe4d54226b59ce82378e4a77dc700.zip
feat(backend,frontend): Replace hard-coded base path with environment variable
Diffstat (limited to 'docs/DEV.md')
-rw-r--r--docs/DEV.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/DEV.md b/docs/DEV.md
index 7f79840..2a44f4a 100644
--- a/docs/DEV.md
+++ b/docs/DEV.md
@@ -18,6 +18,9 @@
1. Clone the repository.
1. `cd path/to/the/repo`
+1. Copy `.env.example` to `.env` and configure:
+ * `ALBATROSS_JWT_SECRET`: Secret key for JWT tokens
+ * `ALBATROSS_COOKIE_SECRET`: Secret key for cookies
1. `make init`
1. `make up`
1. Access to http://localhost:5173/phperkaigi/2025/code-battle/.