aboutsummaryrefslogtreecommitdiffhomepage
path: root/.env.example
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 /.env.example
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 '.env.example')
-rw-r--r--.env.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.example b/.env.example
index f8186e1..c249872 100644
--- a/.env.example
+++ b/.env.example
@@ -1,2 +1,3 @@
+ALBATROSS_BASE_PATH=/phperkaigi/2025/code-battle/
ALBATROSS_JWT_SECRET=[your_secret_key]
ALBATROSS_COOKIE_SECRET=[your_secret_key]