From 705e48d8d30fdccf5652385c5d5016fd52868a39 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 5 Feb 2025 20:38:42 +0100 Subject: bump version to 0.10.0 --- development.ini | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'development.ini') 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 -- cgit v1.2.3