database credentials loading from .env removed db cred from constants updated tests accordingly
5 lines
104 B
Bash
5 lines
104 B
Bash
DB_URL = "localhost:8000"
|
|
DB_USER = "root"
|
|
DB_PASS = "root"
|
|
DB_NAMESPACE = "brain"
|
|
DB_NAME = "migration" |