You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
471 B
Plaintext
13 lines
471 B
Plaintext
# Example for a .env configuration file
|
|
# Replace with your values, then rename to `.env`
|
|
|
|
ELEVENTY_ENV=development
|
|
WEBMENTIONIO_TOKEN=YOUR_WEBMENTIONIO_TOKEN_HERE
|
|
STEAM_ID=YOUR_STEAM_ID_HERE
|
|
STEAM_APIKEY=YOUR_STEAM_APIKEY_HERE
|
|
THISDB_APIKEY=YOUR_THISDB_APIKEY_HERE
|
|
THISDB_BUCKETID=YOUR_THISDB_BUCKETID_HERE
|
|
STRAVA_CLIENTID=YOUR_STRAVA_CLIENTID_HERE
|
|
STRAVA_SECRET=YOUR_STRAVA_SECRET_HERE
|
|
BREWFATHER_ID=YOUR_BREWFATHER_ID_HERE
|
|
BREWFATHER_APIKEY=YOUR_BREWFATHER_APIKEY_HERE |