Skip to content

Commit

Permalink
Reformatted the default config file
Browse files Browse the repository at this point in the history
Since the release script for portal writes to this file, I wanted to just match
the JSON.stringify output so we don't get large diffs.
  • Loading branch information
allouis committed Feb 6, 2025
1 parent 5f057df commit a93b2f0
Showing 1 changed file with 35 additions and 15 deletions.
50 changes: 35 additions & 15 deletions ghost/core/core/shared/config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@
"blocked_email_domains": []
},
"caching": {
"301": {
"maxAge": 31536000
},
"frontend": {
"maxAge": 0
},
"publicAssets": {
"maxAge": 31536000
},
"301": {
"maxAge": 31536000
},
"customRedirects": {
"maxAge": 31536000
},
Expand Down Expand Up @@ -233,18 +233,38 @@
"gravatar": {
"url": "https://www.gravatar.com/avatar/{hash}?s={size}&r={rating}&d={_default}"
},
"milestones":
{
"arr": [
{
"currency": "usd",
"values": [0, 100, 1000, 10000, 50000, 100000, 250000, 500000, 1000000]
}
],
"members": [0, 100, 1000, 10000, 25000, 50000, 100000, 250000, 500000, 1000000],
"minDaysSinceImported": 7,
"minDaysSinceLastEmail": 14
},
"milestones": {
"arr": [
{
"currency": "usd",
"values": [
0,
100,
1000,
10000,
50000,
100000,
250000,
500000,
1000000
]
}
],
"members": [
0,
100,
1000,
10000,
25000,
50000,
100000,
250000,
500000,
1000000
],
"minDaysSinceImported": 7,
"minDaysSinceLastEmail": 14
},
"bulkEmail": {
"batchSize": 1000,
"captureLinkClickBadMemberUuid": false
Expand Down

0 comments on commit a93b2f0

Please sign in to comment.