mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 14:43:36 +08:00
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
|
export default {
|
||
|
"/admin/general.json": {
|
||
|
reports: [],
|
||
|
last_backup_taken_at: "2018-04-13T12:51:19.926Z",
|
||
|
updated_at: "2018-04-25T08:06:11.292Z",
|
||
|
disk_space: {
|
||
|
uploads_used: "74.5 KB",
|
||
|
uploads_free: "117 GB",
|
||
|
backups_used: "4.24 GB",
|
||
|
backups_free: "117 GB"
|
||
|
}
|
||
|
}
|
||
|
};
|