Remove instance specific .env file
This commit is contained in:
parent
a557723b35
commit
082823892c
12
.env
12
.env
|
@ -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"
|
|
@ -1,9 +1,10 @@
|
|||
var/
|
||||
/.venv/
|
||||
|
||||
.env
|
||||
.env.local
|
||||
/.env
|
||||
/.env.local
|
||||
!.env.local.example
|
||||
!.env.example
|
||||
|
||||
species_list.txt
|
||||
|
||||
|
|
Loading…
Reference in New Issue