2016-09-13 17:20:44 +02:00
|
|
|
{
|
|
|
|
"url": "http://localhost:2368",
|
|
|
|
"urlSSL": false,
|
|
|
|
"forceAdminSSL": false,
|
|
|
|
"server": {
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
"port": 2368
|
|
|
|
},
|
|
|
|
"database": {
|
|
|
|
"client": "sqlite3",
|
|
|
|
"debug": false,
|
|
|
|
"connection": {
|
|
|
|
"filename": "content/data/ghost.db"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"privacy": false,
|
|
|
|
"paths": {
|
2016-09-13 22:24:57 +02:00
|
|
|
"contentPath": "content/"
|
2016-09-13 17:20:44 +02:00
|
|
|
},
|
|
|
|
"storage": {
|
|
|
|
"active": {
|
|
|
|
"images": "local-file-store"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scheduling": {
|
|
|
|
"active": "SchedulingDefault"
|
2016-09-30 13:45:59 +02:00
|
|
|
},
|
|
|
|
"auth": {
|
2016-10-03 15:11:43 +01:00
|
|
|
"type": "ghost",
|
|
|
|
"url": "http://devauth.ghost.org:8080"
|
2016-10-04 17:33:43 +02:00
|
|
|
},
|
|
|
|
"logging": {
|
|
|
|
"level": "info",
|
2016-10-25 13:17:43 +02:00
|
|
|
"rotation": {
|
|
|
|
"enabled": false
|
|
|
|
},
|
2016-10-04 17:33:43 +02:00
|
|
|
"transports": ["stdout"]
|
2016-11-08 11:33:19 +00:00
|
|
|
},
|
|
|
|
"spam": {
|
|
|
|
"user_login": {
|
|
|
|
"minWait": 600000,
|
|
|
|
"maxWait": 604800000,
|
|
|
|
"freeRetries": 4
|
|
|
|
},
|
|
|
|
"user_reset": {
|
|
|
|
"minWait": 3600000,
|
|
|
|
"maxWait": 3600000,
|
|
|
|
"lifetime": 3600,
|
|
|
|
"freeRetries": 4
|
|
|
|
},
|
|
|
|
"global_reset": {
|
|
|
|
"minWait": 3600000,
|
|
|
|
"maxWait": 3600000,
|
|
|
|
"lifetime": 3600,
|
|
|
|
"freeRetries":4
|
|
|
|
},
|
|
|
|
"global_block": {
|
|
|
|
"minWait": 3600000,
|
|
|
|
"maxWait": 3600000,
|
|
|
|
"lifetime": 3600,
|
|
|
|
"freeRetries":99
|
|
|
|
},
|
|
|
|
"private_block": {
|
|
|
|
"minWait": 3600000,
|
|
|
|
"maxWait": 3600000,
|
|
|
|
"lifetime": 3600,
|
|
|
|
"freeRetries":99
|
|
|
|
}
|
2016-09-13 17:20:44 +02:00
|
|
|
}
|
|
|
|
}
|