Skip to content

Commit 08f504f

Browse files
author
Samuel Alarco
committed
chore: Update .env file with Sulu variables.
1 parent d7a6761 commit 08f504f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env bash
2+
SULU_KEY=
23
RAPIDAPI_KEY=
3-
JUDGE0_CE_BASE_URL=https://judge0-ce.p.rapidapi.com
4-
JUDGE0_EXTRA_CE_BASE_URL=https://judge0-extra-ce.p.rapidapi.com
4+
JUDGE0_CE_BASE_URL=https://judge0-ce.p.sulu.sh
5+
JUDGE0_EXTRA_CE_BASE_URL=https://judge0-extra-ce.p.sulu.sh
56

67
JUDGE0_BASE64_CMD="base64"
78
if [[ "$(which gbase64 2>/dev/null)" != "" ]]; then

0 commit comments

Comments
 (0)