mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-18 16:01:40 +03:00
18 lines
365 B
JSON
18 lines
365 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",
|
||
|
"charset" : "utf8"
|
||
|
}
|
||
|
},
|
||
|
"logging": false
|
||
|
}
|