Skip to content

Commit e016fa4

Browse files
committed
fix env.example development -> dev
1 parent ecc6e34 commit e016fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ DISCORD_BOT_TOKEN=dummy_discord_bot_token
3535
DISCORD_APPLICATION_ID=dummy_discord_app_id
3636

3737
# Frontend/Public Variables
38-
NEXT_PUBLIC_CB_ENVIRONMENT=development
38+
NEXT_PUBLIC_CB_ENVIRONMENT=dev
3939
NEXT_PUBLIC_CODEBUFF_APP_URL=http://localhost:3000
4040
NEXT_PUBLIC_CODEBUFF_BACKEND_URL=http://localhost:4242
4141
NEXT_PUBLIC_SUPPORT_EMAIL=support@codebuff.com

0 commit comments

Comments
 (0)