Skip to content

Commit 0a0b1a0

Browse files
authored
Update setup-without-docker.md
1 parent 221c234 commit 0a0b1a0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ $ export APP_NAME="{{cookiecutter.app_name}}"
1515
$ export APP_SETTINGS="project.server.config.ProductionConfig"
1616
$ export FLASK_DEBUG=0
1717
```
18-
19-
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.
18+
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:
2019

2120
```sh
2221
$ export APP_SETTINGS="project.server.config.DevelopmentConfig"

0 commit comments

Comments
 (0)