changeset 46:744fd753ac2a

Update Rocket.toml
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 03 Dec 2020 17:42:01 +0100
parents 7ef6129d081a
children c3812802146c
files .hgignore Rocket.toml
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Thu Dec 03 17:38:25 2020 +0100
+++ b/.hgignore	Thu Dec 03 17:42:01 2020 +0100
@@ -1,1 +1,2 @@
 ^target/
+Rocket.toml
--- a/Rocket.toml	Thu Dec 03 17:38:25 2020 +0100
+++ b/Rocket.toml	Thu Dec 03 17:42:01 2020 +0100
@@ -1,6 +1,5 @@
 [global.databases]
-geohub = { url = "postgresql://lbo:pglbo@localhost/lbo", pool_size = 4 }
-# Majority of workers is expected to be waiting for updates.
+geohub = { url = "postgresql://user:pass@localhost/database", pool_size = 4 }
 
 [development]
 workers = 8
@@ -9,4 +8,5 @@
 log = "normal"
 address = "::1"
 port = 8000
+# Majority of workers is expected to be waiting for updates.
 workers = 16