DATABASE_URL="postgresql://shuru:password@postgres:5432/mql"
TEST_DATABASE_URL="postgresql://shuru:password@localhost:5432/mql_test"


SECRET_KEY="this-is-shuru-internal-project"
ALGORITHM="HS256"
ACCESS_TOKEN_EXPIRE_MINUTES=60
ENCRYPTION_SALT="$2b$12$K5Ute4TtBvOpHbGnQkA8gO"
