mirror of
https://github.com/Dokploy/website.git
synced 2026-06-26 01:25:24 +02: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
|
||||
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",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user