sample-env.txt 489 B

12345678910111213141516171819202122232425
  1. FLASK_SECRET=
  2. NOTES_APP_URL=
  3. MASTODON_CLIENT_NAME=Hogumathi (Local Dev)
  4. # Twitter App Token cache
  5. BEARER_TOKEN=
  6. TWITTER_CLIENT_ID=
  7. TWITTER_CLIENT_SECRET=
  8. TWITTER_CONSUMER_KEY=
  9. TWITTER_CONSUMER_SECRET=
  10. # Path to tweet.js converted into json (barely works, bolting these two things together)
  11. ARCHIVE_TWEETS_PATH=
  12. # API key for the app to use if the user has not logged in.
  13. GOOGLE_DEVELOPER_KEY=
  14. # For development on localhost set value to 1
  15. #OAUTHLIB_INSECURE_TRANSPORT=1
  16. #PORT=5004