Quellcode durchsuchen

Stop save the .env file

lanfr144 vor 2 Tagen
Ursprung
Commit
ca3877d7f9
2 geänderte Dateien mit 1 neuen und 18 gelöschten Zeilen
  1. 0 18
      .env
  2. 1 0
      .gitignore

+ 0 - 18
.env

@@ -1,18 +0,0 @@
-# DOPRO1 (Food AI) Configuration
-# Do not commit this file to version control.
-
-# Git Configuration (git.btshub.lu)
-GIT_TOKEN=your_btshub_git_token
-GIT_USERNAME=lanfr144
-
-# Taiga Configuration (Local Network: 192.168.130.161)
-# Note: Network currently unavailable as per status report.
-TAIGA_URL=http://192.168.130.161/taiga
-TAIGA_TOKEN=your_local_taiga_token
-TAIGA_PROJECT_SLUG=your_project_slug
-
-
-ADMIN_EMAIL=lanfr144@gmail.com
-DB_READER_PASS=0NmW%ou9SZJmC!nM
-DB_LOADER_PASS=^ZmgJHhPpP804z9O
-DB_APP_AUTH_PASS=iqLBPLy^g#ehnMAJ

+ 1 - 0
.gitignore

@@ -5,3 +5,4 @@ __pycache__/
 *.sql.gz
 .mylogin.cnf
 *.tar
+.env