diff options
| author | Steve Piercy <web@stevepiercy.com> | 2017-06-10 23:45:31 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2017-06-10 23:45:31 -0700 |
| commit | 65a6d3a79f8fdcdd32a70888c669a8548366f7cb (patch) | |
| tree | cfa12a0588f36a76a8c83d6401110a2a34c6d919 /docs/quick_tour/sqla_demo/development.ini | |
| parent | bb079f4094da8e2dce39e4020f6126b9df533728 (diff) | |
| download | pyramid-65a6d3a79f8fdcdd32a70888c669a8548366f7cb.tar.gz pyramid-65a6d3a79f8fdcdd32a70888c669a8548366f7cb.tar.bz2 pyramid-65a6d3a79f8fdcdd32a70888c669a8548366f7cb.zip | |
update src files and synch emphasize-lines for quick_tour
Diffstat (limited to 'docs/quick_tour/sqla_demo/development.ini')
| -rw-r--r-- | docs/quick_tour/sqla_demo/development.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/quick_tour/sqla_demo/development.ini b/docs/quick_tour/sqla_demo/development.ini index 8d45a0975..a986c0063 100644 --- a/docs/quick_tour/sqla_demo/development.ini +++ b/docs/quick_tour/sqla_demo/development.ini @@ -16,6 +16,8 @@ pyramid.includes = sqlalchemy.url = sqlite:///%(here)s/sqla_demo.sqlite +retry.attempts = 3 + # By default, the toolbar only appears for clients from IP addresses # '127.0.0.1' and '::1'. # debugtoolbar.hosts = 127.0.0.1 ::1 |
