Skip to content

Commit 221c234

Browse files
authored
Update setup-with-docker.md
1 parent 194778c commit 221c234

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

{{cookiecutter.app_slug}}/setup-with-docker.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ Update the environment variables in *docker-compose.yml*, and then build the ima
1212
$ docker-compose up -d --build
1313
```
1414

15-
by default the app is set to use the production configuration, if you would like to use the development configuration you should alter the APP_SETTINGS environment variable.
15+
By default the app is set to use the production configuration. If you would like to use the development configuration, you can alter the `APP_SETTINGS` environment variable:
16+
17+
```
18+
APP_SETTINGS="project.server.config.DevelopmentConfig"
19+
```
1620

1721

1822
Create the database:

0 commit comments

Comments
 (0)