Remove instance specific .env file

This commit is contained in:
Samuel Ortion 2022-08-23 05:06:17 +02:00
parent a557723b35
commit 082823892c
2 changed files with 3 additions and 14 deletions

12
.env
View File

@ -1,12 +0,0 @@
# BirdNET-Analyzer environment
CUDA_VISIBLE_DEVICES=""
# BirdNET-stream environment
DATABASE_USER="birdnet"
DATABASE_PASSWORD="AShoo1N"
DATABASE_PORT="3306" # Change this if you have already a running MySQL server on the host
DATABASE_ROOT_PASSWORD="Ojiex5v"
RECORDS_DIR=/media/DATA/birdnet/records/
CHARTS_FOLDER=/media/DATA/birdnet/charts/
SERVER_NAME="birdnet.local"

5
.gitignore vendored
View File

@ -1,9 +1,10 @@
var/
/.venv/
.env
.env.local
/.env
/.env.local
!.env.local.example
!.env.example
species_list.txt