From f38257ebf3aa6deda81e5d98bb1808df24c0ea99 Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 26 Feb 2026 20:30:46 +0000 Subject: [PATCH] Add settings.dat.php as empty template for installations Credentials and personal data cleared, kept as blank template that gets filled during remote installations. Co-Authored-By: Claude Opus 4.6 --- .gitignore | 1 - cms/data/settings.dat.php | 63 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 1 deletion(-) create mode 100755 cms/data/settings.dat.php diff --git a/.gitignore b/.gitignore index 7752ffa..c6225ea 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ cms/data/cache/ .DS_Store # Credenciales y configuración sensible -cms/data/settings.dat.php .docker/.env .docker/*.sql .docker/*.backup diff --git a/cms/data/settings.dat.php b/cms/data/settings.dat.php new file mode 100755 index 0000000..e370a8b --- /dev/null +++ b/cms/data/settings.dat.php @@ -0,0 +1,63 @@ +; + +adminEmail = "" +cookiePrefix = "" +dateRegistered = 0 +demoMode = 0 +helpUrl = "" +homeJordan = 0 +installPath = "" +isDisabled = 0 +isInstalled = 1 +language = "es" +licenseCompanyName = "" +licenseDomainName = "" +programBuild = 1 +programName = "Panel de Administración WEB" +programVersion = 4.2 +protocol = "http" +tienda_online = 0 +timezone = "Europe/London" +timezoneOffsetAddMinus = "-" +timezoneOffsetHours = 0 +timezoneOffsetMinutes = 00 +tokenREST = "" +tokenRESTUser = "" +uploadDir = "" +uploadUrl = "/cms/uploads/" +uploadcare = "" +vendorLocation = "" +vendorName = "" +vendorUrl = "" +websiteUrl = "" + +[advanced] +imageResizeQuality = 80 + +[idiomas] +espanol = "www" +ingles = "" +frances = "" +portugues = "" +catalan = "" +aleman = "" +italiano = "" +koreano = "" +chino = "" +noruego = "" +ruso = "" +nigeriano = "" +sueco = "" + +[mysql] +hostname = "localhost" +database = "" +username = "" +password = "" +tablePrefix = "cms_" +allowSystemFieldEditing = 0 +textOnlyErrors = 0 + +[wysiwyg] +includeDomainInLinks = 0 +wysiwygLang = "es"