Commit 6d0b97d3 authored by Vasyl Bodnaruk's avatar Vasyl Bodnaruk

Add host to .env

parent 8366c971
......@@ -105,7 +105,7 @@ DATABASES = {
'NAME': 'esi',
'USER': get_env('DB_USER'),
'PASSWORD': get_env('DB_PASSWORD'),
'HOST': 'localhost',
'HOST': get_env('DB_HOST'),
'PORT': '3306',
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment