Skip to content

Commit b7ef276

Browse files
committed
feat: update .env.example
1 parent efa7159 commit b7ef276

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.env.example

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ POSTGRES_USER=huehuehue
88
POSTGRES_PASSWORD=huehuehue
99
POSTGRES_DB=huehuehue
1010

11-
DRAGONFLY_HOST=redis
12-
DRAGONFLY_PORT=6379
13-
DRAGONFLY_PASSWORD=huehuehue
11+
REDIS_HOST=redis
12+
REDIS_PORT=6379
13+
REDIS_PASSWORD=huehuehue
1414

15-
JUDGE0_URI=https://google.com
15+
JUDGE0_URI=https://google.com
16+
17+
JWT_KEY=secret

0 commit comments

Comments
 (0)