diff options
author | Daniel Schadt <kingdread@gmx.de> | 2025-02-05 20:38:42 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2025-02-05 20:38:42 +0100 |
commit | 705e48d8d30fdccf5652385c5d5016fd52868a39 (patch) | |
tree | 564ed6e664f620c3bf2cfcd0af55acfe48e2520f /development.ini | |
parent | 832c7906f324afb6c4e666fa13978c12014c4500 (diff) | |
download | fietsboek-705e48d8d30fdccf5652385c5d5016fd52868a39.tar.gz fietsboek-705e48d8d30fdccf5652385c5d5016fd52868a39.tar.bz2 fietsboek-705e48d8d30fdccf5652385c5d5016fd52868a39.zip |
bump version to 0.10.0
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 |