Skip to content

Commit 9a46a36

Browse files
committed
04/02: update env file
1 parent 95080d0 commit 9a46a36

File tree

2 files changed

+2
-2
lines changed
  • exercises/04.debugging
    • 02.problem.trace-viewer
    • 02.solution.trace-viewer

2 files changed

+2
-2
lines changed

exercises/04.debugging/02.problem.trace-viewer/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GITHUB_REDIRECT_URI="https://example.com/auth/github/callback"
2020
# set this to false to prevent search engines from indexing the website
2121
# default to allow indexing for seo safety
2222
ALLOW_INDEXING="true"
23-
SHOW_NEWSLETTER_DIALOG="true"
23+
SHOW_NEWSLETTER_DIALOG="false"
2424

2525
# Tigris Object Storage (S3-compatible) Configuration
2626
AWS_ACCESS_KEY_ID="mock-access-key"

exercises/04.debugging/02.solution.trace-viewer/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GITHUB_REDIRECT_URI="https://example.com/auth/github/callback"
2020
# set this to false to prevent search engines from indexing the website
2121
# default to allow indexing for seo safety
2222
ALLOW_INDEXING="true"
23-
SHOW_NEWSLETTER_DIALOG="true"
23+
SHOW_NEWSLETTER_DIALOG="false"
2424

2525
# Tigris Object Storage (S3-compatible) Configuration
2626
AWS_ACCESS_KEY_ID="mock-access-key"

0 commit comments

Comments
 (0)