BirdNET-stream/.env.example

12 lines
399 B
Plaintext
Raw Normal View History

# BirdNET-Analyzer environment
CUDA_VISIBLE_DEVICES=""
# BirdNET-stream environment
DATABASE_USER="birdnet"
DATABASE_PASSWORD="secret" # change this
DATABASE_PORT="3306" # change this if you have already a running MySQL server on the host
MYSQL_ROOT_PASSWORD="secret" # change this
RECORDS_FOLDER="/media/data/birdnet/records"
CHARTS_FOLDER="/media/data/birdnet/charts"
SERVER_NAME="birdnet.local"