diff options
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" |
