Skip to content

Commit

Permalink
fix: update radio/templates/.env.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
stickyPiston authored Nov 24, 2024
1 parent 5370459 commit 14b524c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ansible/roles/radio/templates/.env.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
# Contentful secrets
VITE_CONTENTFUL_SPACE_ID={{ secret_radio.contentful_space_id }}
VITE_CONTENTFUL_ACCESS_TOKEN={{ secret_radio.contentful_space_access_token }}
VITE_CONTENTFUL_ENVIRONMENT=master

# Endpoints
VITE_LOGO=https://public.svsticky.nl/logos/logo_compact_outline_wit.svg
VITE_ACTIVITY_ENDPOINT=https://koala.svsticky.nl/api/activities
VITE_KOALA_API_BASE=https://koala.svsticky.nl/api/activities

# Timers
VITE_LOAD_INTERVAL=900000 # 15 * 60 * 1000
Expand All @@ -18,3 +19,5 @@ VITE_NEXT_INTERVAL_COMMITS=10000
VITE_GITHUB_REPOS=svsticky/radio svsticky/constipated-koala svsticky/static-sticky svsticky/sadserver svsticky/chroma svsticky/intro-website svsticky/crazy88bot
VITE_GITHUB_API_TOKEN={{ secret_radio.github_api_token }}

# Snow height page
VITE_SNOW_HEIGHT_URL="https://www.sneeuwhoogte.nl/sneeuwhoogte-op-je-site/la plagne/big"

0 comments on commit 14b524c

Please sign in to comment.