diff options
| author | Alexander Kavon <hawk@alexkavon.com> | 2023-11-27 14:48:44 -0500 |
|---|---|---|
| committer | Alexander Kavon <hawk@alexkavon.com> | 2023-11-27 14:48:44 -0500 |
| commit | 1d05f918887e9ba4576149513e5df0bb57e6bd72 (patch) | |
| tree | 2f5e94e21f90183509fe1ae52905c47d67a3c5d0 /.newsstandrc.toml.example | |
| parent | 8a30281eff35623d1a68642e4d94c814d1b47a0c (diff) | |
config updates, rename user model, load auth routes, initial templating poc
Diffstat (limited to '.newsstandrc.toml.example')
| -rw-r--r-- | .newsstandrc.toml.example | 11 |
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" |
