.env.example 269 B

123456
  1. MASTODON_API_URL="https://domain.com/api/v1/"
  2. MASTODON_ACCESS_TOKEN="your-mastodon-access-token"
  3. OPENWEATHERAPI_KEY="your-openweatherapi-key"
  4. OPENWEATHERAPI_CITY="your-openweatherapi-city"
  5. OPENWEATHERAPI_CITY_DISPLAY="your-openweatherapi-display-city"
  6. LOG_LEVEL="debug"