18 lines
432 B
Plaintext
18 lines
432 B
Plaintext
# Database
|
|
DB_NAME=""
|
|
DB_USER=""
|
|
DB_PASSWORD=""
|
|
DB_HOST="localhost"
|
|
DB_DIALECT="mariadb"
|
|
DB_PORT="3306"
|
|
|
|
# Server
|
|
PORT="3000" #Port the server runs on, match with your reverse proxy config
|
|
|
|
# TTN Webhook
|
|
WEBHOOK_TOKEN="" #Token that is placed a the TTN Webhook auth
|
|
|
|
# Wigle API
|
|
WIGLE_TOKEN="" # Go to account and generate token "Encoded for use"
|
|
WIGLE_BASE_URL="https://api.wigle.net"
|
|
WIGLE_NETWORK_SEARCH="/api/v2/network/search" |