splatoon2.ink/.env.example
Matt Isenhower c50aea150c Move the SplatNet user agent string to .env
This way, if someone else uses the library it won't be attributed to splatoon2.ink.
2017-09-20 12:10:00 -07:00

22 lines
661 B
Plaintext

# Nintendo SplatNet 2 "iksm_session" value
NINTENDO_SESSION_ID=
# (Optional) User agent string for SplatNet requests
SPLATNET_USER_AGENT=
# Google Calendar ICS URL for Salmon Run schedules
# Provided by: https://www.reddit.com/user/thejellydude
SALMON_RUN_CALENDAR_ICS_URL=https://calendar.google.com/calendar/ical/7e5g474p0ng7vaejkg3mkomhks%40group.calendar.google.com/public/basic.ics
# (Optional) Google Analytics tracking ID
GOOGLE_ANALYTICS_ID=
# (Optional) Sentry error reporting (https://sentry.io)
SENTRY_DSN=
# (Optional) Twitter API parameters
TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=
TWITTER_ACCESS_TOKEN_KEY=
TWITTER_ACCESS_TOKEN_SECRET=