Add password to test db
This commit is contained in:
parent
b5950bfe42
commit
8f5b93739a
|
@ -12,7 +12,7 @@ from ereuse_devicehub.resources.user.models import User
|
|||
|
||||
|
||||
class TestConfig(DevicehubConfig):
|
||||
SQLALCHEMY_DATABASE_URI = 'postgresql://localhost/dh_test'
|
||||
SQLALCHEMY_DATABASE_URI = 'postgresql://dhub:ereuse@localhost/dh_test'
|
||||
SCHEMA = 'test'
|
||||
TESTING = True
|
||||
ORGANIZATION_NAME = 'FooOrg'
|
||||
|
|
Reference in New Issue