settings
This commit is contained in:
@@ -30,8 +30,8 @@ $pgsql = [
|
|||||||
// optional: schema/search_path (commonly "public")
|
// optional: schema/search_path (commonly "public")
|
||||||
'schema' => 'public',
|
'schema' => 'public',
|
||||||
|
|
||||||
'user' => 'myuser',
|
'user' => 'admin',
|
||||||
'password' => 'secret',
|
'password' => 'Hc7LAjDBZbXQBoSzDkaV',
|
||||||
|
|
||||||
'options' => [
|
'options' => [
|
||||||
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
|
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ declare(strict_types=1);
|
|||||||
// Example: a single "brand" domain name.
|
// Example: a single "brand" domain name.
|
||||||
// In real deployments you might derive this from ENV or hostnames.
|
// In real deployments you might derive this from ENV or hostnames.
|
||||||
if (!defined('APP_DOMAIN_NAME')) {
|
if (!defined('APP_DOMAIN_NAME')) {
|
||||||
define('APP_DOMAIN_NAME', 'example.test');
|
define('APP_DOMAIN_NAME', 'nexus.int.kusche.berlin');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!defined('APP_PREFIX')) {
|
if (!defined('APP_PREFIX')) {
|
||||||
|
|||||||
@@ -30,8 +30,8 @@ $pgsql = [
|
|||||||
// optional: schema/search_path (commonly "public")
|
// optional: schema/search_path (commonly "public")
|
||||||
'schema' => 'public',
|
'schema' => 'public',
|
||||||
|
|
||||||
'user' => 'myuser',
|
'user' => 'admin',
|
||||||
'password' => 'secret',
|
'password' => '8HHtFt9ON6RkmwIS0c7U',
|
||||||
|
|
||||||
'options' => [
|
'options' => [
|
||||||
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
|
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ declare(strict_types=1);
|
|||||||
// Example: a single "brand" domain name.
|
// Example: a single "brand" domain name.
|
||||||
// In real deployments you might derive this from ENV or hostnames.
|
// In real deployments you might derive this from ENV or hostnames.
|
||||||
if (!defined('APP_DOMAIN_NAME')) {
|
if (!defined('APP_DOMAIN_NAME')) {
|
||||||
define('APP_DOMAIN_NAME', 'example.test');
|
define('APP_DOMAIN_NAME', 'staging.nexus.int.kusche.berlin');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!defined('APP_PREFIX')) {
|
if (!defined('APP_PREFIX')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user