Skip to content

Commit f657448

Browse files
Merge pull request #14 from voltdatalab/caprover-yml
fix: remove caprover auto fill
2 parents 6a75de6 + b88b58d commit f657448

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tools/setup/src/ensureInitialGhostSetup.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ export async function ensureInitialGhostSetup(isSetupNeeded: boolean, options: {
1111
if (isSetupNeeded) {
1212
console.log('\n- Ghost needs initial setup. Please enter:');
1313

14-
// Automatically populate for Caprover
15-
// TODO: Allow custom values
16-
if (options.capRover) {
17-
options.siteTitle = 'Xarta';
18-
options.name = 'Admin User';
19-
options.email = `admin-${generateSecurePassword(6)}@example.com`;
20-
options.password = generateSecurePassword();
21-
}
22-
2314
// Use provided credentials or prompt for them
2415
userCredentials = {
2516
siteTitle: options.siteTitle || await prompt(chalk.blue('- Your Xarta Website title: '), "Xarta"),

0 commit comments

Comments
 (0)