Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SMTP_PASS=test
SMTP_USE_TLS=True
APP_SECRET_KEY=abcd
JWT_SECRET_KEY=abcd
TESTING=True
TESTING=False

URL_API=http://localhost:8000/api/

Expand Down
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,12 @@ openml.db
start_macOs_Intell/*

start_macOS_M4/*

# Backup files
*.bak

# Local Docker run commands (may contain secrets)
.docker.run
scripts
app-next/dev_dat
dev_data
310 changes: 0 additions & 310 deletions LOCAL_TESTING_SETUP.md

This file was deleted.

Loading