Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add location of secrets to sample.env #179

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sample.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contentful secrets
# Contentful secrets, found in the CommIT Bitwarden and in the ITCrowd Bitwarden under 'secret_radio'
VITE_CONTENTFUL_SPACE_ID=
VITE_CONTENTFUL_ACCESS_TOKEN=
VITE_CONTENTFUL_ENVIRONMENT=master
Expand All @@ -12,7 +12,7 @@ VITE_LOAD_INTERVAL=900000 # 15 * 60 * 1000
VITE_NEXT_INTERVAL=8000 # 8 * 1000
VITE_NEXT_INTERVAL_COMMITS=12000 # 12 * 1000

# Commits page
# Commits page, found in the ITCrowd Bitwarden under 'secret_radio'
VITE_GITHUB_REPOS=svsticky/radio svsticky/constipated-koala svsticky/static-sticky svsticky/sadserver
VITE_GITHUB_API_TOKEN=

Expand Down