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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,7 +3,6 @@ cms/data/cache/
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# Credenciales y configuración sensible
|
# Credenciales y configuración sensible
|
||||||
cms/data/settings.dat.php
|
|
||||||
.docker/.env
|
.docker/.env
|
||||||
.docker/*.sql
|
.docker/*.sql
|
||||||
.docker/*.backup
|
.docker/*.backup
|
||||||
|
|||||||
63
cms/data/settings.dat.php
Executable file
63
cms/data/settings.dat.php
Executable 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"
|
||||||
Reference in New Issue
Block a user