mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:54:03 +00:00
rename vars to SQLSRV [skip ci]
This commit is contained in:
parent
e1561d80e4
commit
180cb3389d
1 changed files with 3 additions and 3 deletions
|
|
@ -22,9 +22,9 @@ services:
|
||||||
TENANCY_TEST_REDIS_HOST: redis
|
TENANCY_TEST_REDIS_HOST: redis
|
||||||
TENANCY_TEST_MYSQL_HOST: mysql
|
TENANCY_TEST_MYSQL_HOST: mysql
|
||||||
TENANCY_TEST_PGSQL_HOST: postgres
|
TENANCY_TEST_PGSQL_HOST: postgres
|
||||||
TENANCY_TEST_MSSQL_HOST: mssql
|
TENANCY_TEST_SQLSRV_HOST: mssql
|
||||||
TENANCY_TEST_MSSQL_USERNAME: sa
|
TENANCY_TEST_SQLSRV_USERNAME: sa
|
||||||
TENANCY_TEST_MSSQL_PASSWORD: P@ssword
|
TENANCY_TEST_SQLSRV_PASSWORD: P@ssword
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
mysql:
|
mysql:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue