mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
chore: update Ghost API default configuration values
This commit is contained in:
@@ -2,8 +2,8 @@ import GhostContentAPI from "@tryghost/content-api";
|
|||||||
|
|
||||||
// Ghost API configuration
|
// Ghost API configuration
|
||||||
const ghostConfig = {
|
const ghostConfig = {
|
||||||
url: process.env.GHOST_URL || "NONE",
|
url: process.env.GHOST_URL || "https://site.com",
|
||||||
key: process.env.GHOST_KEY || "NONE",
|
key: process.env.GHOST_KEY || "42424242424242424242424242424242",
|
||||||
version: "v5.0",
|
version: "v5.0",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user