aboutsummaryrefslogtreecommitdiff
path: root/.newsstandrc.toml.example
diff options
context:
space:
mode:
Diffstat (limited to '.newsstandrc.toml.example')
-rw-r--r--.newsstandrc.toml.example5
1 files changed, 4 insertions, 1 deletions
diff --git a/.newsstandrc.toml.example b/.newsstandrc.toml.example
index 0b12f95..7b35ccc 100644
--- a/.newsstandrc.toml.example
+++ b/.newsstandrc.toml.example
@@ -1,7 +1,10 @@
[database]
adapter = "postgresql"
+hostname = "localhost"
+port = "5432"
user = "newsstand"
-pass = "newsstand"
+secret = "newsstand"
+dbname = "newsstand"
[server]
port = "8080"