/ examples / etc / journalist.toml
journalist.toml
 1  Debug = false
 2  
 3  [Admin]
 4  Username = "admin"
 5  Password = "admin"
 6  
 7  [Database]
 8  Type = "sqlite3"
 9  Connection = "file:journalist.db?cache=shared&_fk=1"
10  
11  [Server]
12  BindIP = "127.0.0.1"
13  Port = 8000
14  
15  [Server.Endpoint]
16  Api = "http://127.0.0.1:8000/api"
17  Web = "http://127.0.0.1:8000/web"
18  
19  [Feeds]
20  AutoRefresh = 900
21