mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: supabase dashboard passwd
This commit is contained in:
parent
83ee4b2c59
commit
acfa032e61
@ -14,7 +14,7 @@ export function generate(schema: Schema): Template {
|
|||||||
|
|
||||||
const postgresPassword = generatePassword(32);
|
const postgresPassword = generatePassword(32);
|
||||||
const jwtSecret = generateBase64(32);
|
const jwtSecret = generateBase64(32);
|
||||||
const dashboardPassword = generateBase64(32);
|
const dashboardPassword = generatePassword(32);
|
||||||
const logflareApiKey = generateBase64(64);
|
const logflareApiKey = generateBase64(64);
|
||||||
|
|
||||||
const envs = [
|
const envs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user