Migrate env variables to Cloudron

This commit is contained in:
adilallo
2026-05-22 15:50:33 -06:00
parent c663e051da
commit 8137593aa0
16 changed files with 165 additions and 42 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ export function errorJson(
export function dbUnavailable(): NextResponse {
return errorJson(
"db_unavailable",
"Database is not configured (DATABASE_URL).",
"Database is not configured (CLOUDRON_POSTGRESQL_URL).",
503,
);
}