Skip to content

Commit

Permalink
🐛(docker) fix typo in environment variables definition (.env file)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoch committed Nov 25, 2019
1 parent f205ae4 commit b3181a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Django
SERVICE_VARIANT: lms
DJANGO_SETTINGS_MODULE: lms.envs.fun.docker_run
SERVICE_VARIANT=lms
DJANGO_SETTINGS_MODULE=lms.envs.fun.docker_run

# Database
MYSQL_ROOT_PASSWORD=
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Typo in docker environment variables definition (`.env` file)

## [1.2.4] - 2019-04-15

Expand Down

0 comments on commit b3181a8

Please sign in to comment.