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:
parent
9ca0213a77
commit
67e5d3d88c
@ -2,8 +2,8 @@ import GhostContentAPI from "@tryghost/content-api";
|
||||
|
||||
// Ghost API configuration
|
||||
const ghostConfig = {
|
||||
url: process.env.GHOST_URL || "NONE",
|
||||
key: process.env.GHOST_KEY || "NONE",
|
||||
url: process.env.GHOST_URL || "https://site.com",
|
||||
key: process.env.GHOST_KEY || "42424242424242424242424242424242",
|
||||
version: "v5.0",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user