12 lines
399 B
Plaintext
12 lines
399 B
Plaintext
|
# 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"
|