Files
edx-platform/lms/envs
Feanil Patel c3dc07ed7d fix: Be able to connect to SQL in containers.
By default if you use `localhost` as the `HOST` value for mysql, it
tries to connect to a file socket on disk rather than trying to connect
to the loopback hostname.  This prevents us from running MySQL in a
container while running the LMS on your local machine.

Setting the host to `127.0.0.1` forces the SQL connection to go over TCP
instead. This allows you to map your container port to your localhost
without any issues.
2023-05-09 10:38:00 -04:00
..
2022-12-07 15:07:57 -05:00
2017-09-25 17:06:08 -04:00
2019-03-28 10:48:34 -04:00
2021-08-24 14:59:46 +05:00