12345678910111213141516171819202122232425 |
- FLASK_SECRET=
- NOTES_APP_URL=
- MASTODON_CLIENT_NAME=Hogumathi (Local Dev)
- # Twitter App Token cache
- BEARER_TOKEN=
- TWITTER_CLIENT_ID=
- TWITTER_CLIENT_SECRET=
- TWITTER_CONSUMER_KEY=
- TWITTER_CONSUMER_SECRET=
- # Path to tweet.js converted into json (barely works, bolting these two things together)
- ARCHIVE_TWEETS_PATH=
- # API key for the app to use if the user has not logged in.
- GOOGLE_DEVELOPER_KEY=
- # For development on localhost set value to 1
- #OAUTHLIB_INSECURE_TRANSPORT=1
- #PORT=5004
|