use mariadb environment variables
This commit is contained in:
parent
2f681db29c
commit
2cb3d3202c
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ class MariadbContainer(Container):
|
|||
"""dict: get credentials for the service"""
|
||||
return {
|
||||
'host': self.hostname,
|
||||
'username': self.get_config_env('MYSQL_USER'),
|
||||
'password': self.get_config_env('MYSQL_PASSWORD'),
|
||||
'username': self.get_config_env('MARIADB_USER'),
|
||||
'password': self.get_config_env('MARIADB_PASSWORD'),
|
||||
'port': "3306",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue