14 lines
450 B
Plaintext
14 lines
450 B
Plaintext
# Weather Alerts Environment Variables
|
|
# Copy this file to .env and fill in your actual values.
|
|
# NEVER commit .env to version control!
|
|
|
|
# VisualCrossing Weather API Key
|
|
# Get your free key at: https://www.visualcrossing.com/
|
|
VISUALCROSSING_API_KEY=your_api_key_here
|
|
|
|
# Ntfy Access Token
|
|
# Required if your ntfy server requires authentication
|
|
NTFY_ACCESS_TOKEN=your_ntfy_token_here
|
|
|
|
# Replicate API Token
|
|
REPLICATE_API_TOKEN=your_replicate_token_here |