From 6cfc9a99c046f2bc52d3a976aff03fdcd4b94180 Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Mon, 13 Nov 2023 23:20:13 -0500 Subject: router and config loader --- .newsstandrc.toml.example | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .newsstandrc.toml.example (limited to '.newsstandrc.toml.example') diff --git a/.newsstandrc.toml.example b/.newsstandrc.toml.example new file mode 100644 index 0000000..6d20ede --- /dev/null +++ b/.newsstandrc.toml.example @@ -0,0 +1,3 @@ +DB_ADAPTER = "postgresql" +DB_USER = "newsstand" +DB_PASS = "newsstand" -- cgit v1.2.3