mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
testing mssql docker container
This commit is contained in:
parent
a7936098e2
commit
55a2503a03
@ -44,7 +44,7 @@ services:
|
||||
- "1433:1433"
|
||||
environment:
|
||||
ACCEPT_EULA: "Y"
|
||||
SA_PASSWORD: "test"
|
||||
SA_PASSWORD: "admin12345"
|
||||
|
||||
# mongodb
|
||||
mongodb:
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
"type": "mssql",
|
||||
"host": "localhost",
|
||||
"username": "sa",
|
||||
"password": "test",
|
||||
"password": "admin12345",
|
||||
"database": "test"
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user