-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.example.json
More file actions
14 lines (14 loc) · 864 Bytes
/
config.example.json
File metadata and controls
14 lines (14 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"logDirectory": "", // Directory where logsfiles will be written to
"port": , // Port at which the application will listen for requests
"ghostUrl": "", // Url at which your Ghost application is running
"ghostContentAPIkey": "", // API key from Ghost
"ghostAdminAPIkey": "", // API key from Ghost
"postmarkAPIkey": "", // API key from Postmark
"postmarkMessagestream": "", // Name of Postmark batchmail messagestream
"webhookUsername": "", // Ghost webhook basic auth username
"webhookPassword": "", // Ghost webhook basic auth password
"ghostDbPath": "", // Path to your Ghost sql database
"senderEmailaddress": "", // Sender noted in newsletter emails
"testEmailaddress": "" // OPIONAL: if set, emails will only be sent to this address
}