e40290af5d
refs #7452 - remove references to 'patronus' in favour of GhostAuth, Note: this will require databases to be deleted ;) - remove email addresses from test data
20 lines
380 B
JSON
20 lines
380 B
JSON
{
|
|
"url": "http://127.0.0.1:2369",
|
|
"server": {
|
|
"port": 2369
|
|
},
|
|
"database": {
|
|
"client": "mysql",
|
|
"connection": {
|
|
"host" : "127.0.0.1",
|
|
"user" : "root",
|
|
"password" : "",
|
|
"database" : "ghost_testing"
|
|
}
|
|
},
|
|
"auth": {
|
|
"type": "password"
|
|
},
|
|
"logging": false
|
|
}
|