Merge pull request #1743 from dexidp/docker-compose

add docker-compose.yaml for local testing
This commit is contained in:
Nándor István Krácser
2020-06-30 14:12:49 +02:00
committed by GitHub
3 changed files with 70 additions and 1 deletions

View File

@@ -270,7 +270,7 @@ func TestMySQL(t *testing.T) {
NetworkDB: NetworkDB{
Database: getenv("DEX_MYSQL_DATABASE", "mysql"),
User: getenv("DEX_MYSQL_USER", "mysql"),
Password: getenv("DEX_MYSQL_PASSWORD", ""),
Password: getenv("DEX_MYSQL_PASSWORD", "mysql"),
Host: host,
Port: uint16(port),
ConnectionTimeout: 5,