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 <noreply@anthropic.com>
This commit is contained in:
Jordan
2026-02-26 20:30:46 +00:00
parent ad28d3fdc5
commit 5586765e1f
2 changed files with 63 additions and 1 deletions

1
.gitignore vendored
View File

@@ -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

63
cms/data/settings.dat.php Executable file
View File

@@ -0,0 +1,63 @@
;<?php die('This is not a program file.'); exit; ?>
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"