init commit
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user