diff options
| author | Alexander Kavon <hawk@alexkavon.com> | 2023-11-13 23:20:13 -0500 |
|---|---|---|
| committer | Alexander Kavon <hawk@alexkavon.com> | 2023-11-13 23:20:13 -0500 |
| commit | 6cfc9a99c046f2bc52d3a976aff03fdcd4b94180 (patch) | |
| tree | 0607f8f8b6ecadbf43864d1d29cd622e6e25653e /.newsstandrc.toml.example | |
router and config loader
Diffstat (limited to '.newsstandrc.toml.example')
| -rw-r--r-- | .newsstandrc.toml.example | 3 |
1 files changed, 3 insertions, 0 deletions
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" |
