From 1d05f918887e9ba4576149513e5df0bb57e6bd72 Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Mon, 27 Nov 2023 14:48:44 -0500 Subject: config updates, rename user model, load auth routes, initial templating poc --- .newsstandrc.toml.example | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '.newsstandrc.toml.example') 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" -- cgit v1.2.3