blob: 7b35ccc255f7612c0ad672f40ec69a7b86d5239a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[database]
adapter = "postgresql"
hostname = "localhost"
port = "5432"
user = "newsstand"
secret = "newsstand"
dbname = "newsstand"
[server]
port = "8080"
hostname = "localhost"
|