# Config for tests with a Docker SQL server

# The host of the MySQL server.
MYSQL_HOST=127.0.0.1
# The port number of the MySQL server.
MYSQL_PORT=3306
# The user for the installation. Note: This is not the user
# which will then be used by the CaosDB Server.
MYSQL_USER=root
MYSQL_USER_PASSWORD=pass-for-test
DATABASE_USER_HOST_LIST=127.0.0.1,%,