asas
This commit is contained in:
@@ -6,3 +6,9 @@
|
||||
define('APP_API_BASE', 'https://api.' . APP_DOMAIN_PRIMARY);
|
||||
define('APP_DB_ENABLED', true); // set true to enable DB connection
|
||||
|
||||
// Crypto-Key für verschlüsselte Felder (Telefon, Kinder etc.)
|
||||
// Bitte in Staging per Hosting-ENV setzen; dieses putenv dient nur als Fallback/Beispiel.
|
||||
if (getenv('DATA_KEY') === false) {
|
||||
// Beispiel-Key (unbedingt in Staging durch sicheren Wert ersetzen, 32 Byte, base64)
|
||||
putenv('DATA_KEY=base64:TSLBgK39KnwqMGT+ytJ+O8FwpVm+99VYZwi97TeloBw=');
|
||||
}
|
||||
|
||||
@@ -6,3 +6,9 @@
|
||||
define('APP_API_BASE', 'https://api.' . APP_DOMAIN_PRIMARY);
|
||||
define('APP_DB_ENABLED', true); // set true to enable DB connection
|
||||
|
||||
// Crypto-Key für verschlüsselte Felder (Telefon, Kinder etc.)
|
||||
// Bitte in Staging per Hosting-ENV setzen; dieses putenv dient nur als Fallback/Beispiel.
|
||||
if (getenv('DATA_KEY') === false) {
|
||||
// Beispiel-Key (unbedingt in Staging durch sicheren Wert ersetzen, 32 Byte, base64)
|
||||
putenv('DATA_KEY=base64:FIanxMlz5/bn7Oyqv57BXVcFelqHV9qj3hkiTDyerls=');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user