Skip to content

Commit

Permalink
comment out optional values
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Feb 15, 2022
1 parent fa082df commit 295c475
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions creds.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ CHAT_SERVICE_TOKEN='<value>'
# AWS_SECRET_ACCESS_KEY='<value>'

# RIOT
RIOT_TOKEN='<value>'
# RIOT_TOKEN='<value>'

# SPOTIFY
SPOTIFY_CLIENT_ID='<value>'
SPOTIFY_CLIENT_SECRET='<value>'
# SPOTIFY_CLIENT_ID='<value>'
# SPOTIFY_CLIENT_SECRET='<value>'

# SENTRY
# SENTRY='https://<id>@<id>.ingest.sentry.io/<id>'

0 comments on commit 295c475

Please sign in to comment.