aboutsummaryrefslogtreecommitdiff
path: root/.newsstandrc.toml.example
diff options
context:
space:
mode:
authorAlexander Kavon <hawk@alexkavon.com>2023-11-27 14:48:44 -0500
committerAlexander Kavon <hawk@alexkavon.com>2023-11-27 14:48:44 -0500
commit1d05f918887e9ba4576149513e5df0bb57e6bd72 (patch)
tree2f5e94e21f90183509fe1ae52905c47d67a3c5d0 /.newsstandrc.toml.example
parent8a30281eff35623d1a68642e4d94c814d1b47a0c (diff)
config updates, rename user model, load auth routes, initial templating poc
Diffstat (limited to '.newsstandrc.toml.example')
-rw-r--r--.newsstandrc.toml.example11
1 files changed, 8 insertions, 3 deletions
diff --git a/.newsstandrc.toml.example b/.newsstandrc.toml.example
index 6d20ede..0b12f95 100644
--- a/.newsstandrc.toml.example
+++ b/.newsstandrc.toml.example
@@ -1,3 +1,8 @@
-DB_ADAPTER = "postgresql"
-DB_USER = "newsstand"
-DB_PASS = "newsstand"
+[database]
+adapter = "postgresql"
+user = "newsstand"
+pass = "newsstand"
+
+[server]
+port = "8080"
+hostname = "localhost"