Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitba4e1ac

Browse files
committed
add storage path key to docs
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent8582bf9 commitba4e1ac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎docs/docs/env-vars.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ CodeRoad has a number of configurations:
2020

2121
-`CODEROAD_WEBHOOK_TOKEN` - an optional token for authenticating/authorizing webhook endpoints. Passed to the webhook endpoint in a`CodeRoad-User-Token` header.
2222

23+
-`CODEROAD_SESSION_STORAGE_PATH` - the path to a directory for writing session storage to files. Helps preserves state across containers. Example:`../tmp`.
24+
2325
##How to Use Variables
2426

2527
###Local

‎src/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ export const CONTENT_SECURITY_POLICY_EXEMPTIONS: string | null =
4848
exportconstWEBHOOK_TOKEN=process.env.CODEROAD_WEBHOOK_TOKEN||null
4949

5050
// a path to write session state to a file. Useful for maintaining session across containers
51-
exportconstSESSION_STORAGE_PATH=process.env.CODEROAD_STORAGE_PATH||null
51+
exportconstSESSION_STORAGE_PATH=process.env.CODEROAD_SESSION_STORAGE_PATH||null

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp