diff options
Diffstat (limited to 'development.ini')
-rw-r--r-- | development.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development.ini b/development.ini index 2c186c8..ab42ab1 100644 --- a/development.ini +++ b/development.ini @@ -21,6 +21,9 @@ sqlalchemy.url = sqlite:///%(here)s/fietsboek.sqlite redis.url = redis://localhost/ fietsboek.data_dir = %(here)s/data +#sqlalchemy.url = sqlite:///%(here)s/production-test/fietsboek/fietsboek.sqlite +#fietsboek.data_dir = %(here)s/production-test/fietsboek/data + retry.attempts = 3 email.from = fietsboek@localhost @@ -29,8 +32,16 @@ email.smtp_url = debug:// available_locales = en de enable_account_registration = true +stamen.maps = toner terrain watercolor +fietsboek.tile_layer.test = Testing Tile Layer +fietsboek.tile_layer.test.url = http://localhost:1 + session_key = hklurha7ildshgfljhrbuajelghug +hittekaart.bin = /home/daniel/Code/hittekaart/target/release/hittekaart +hittekaart.autogenerate = heatmap +hittekaart.threads = 2 + # By default, the toolbar only appears for clients from IP addresses # '127.0.0.1' and '::1'. # debugtoolbar.hosts = 127.0.0.1 ::1 |