aboutsummaryrefslogtreecommitdiff
path: root/.newsstandrc.toml.example
blob: 0b12f95b340c35d0ec428096cb496e9d5e868377 (plain)
1
2
3
4
5
6
7
8
[database]
adapter = "postgresql"
user = "newsstand"
pass = "newsstand"

[server]
port = "8080"
hostname = "localhost"