upgrade domain
This commit is contained in:
@@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||
// Example: a single "brand" domain name.
|
||||
// In real deployments you might derive this from ENV or hostnames.
|
||||
if (!defined('APP_DOMAIN_NAME')) {
|
||||
define('APP_DOMAIN_NAME', 'staging.nexus.int.kusche.berlin');
|
||||
define('APP_DOMAIN_NAME', 'staging.nexus.kusche.berlin');
|
||||
}
|
||||
|
||||
if (!defined('APP_PREFIX')) {
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
define('APP_DB_AUTO_INIT', true);
|
||||
define('APP_KEA_DB_VERSION', '2.6.3');
|
||||
define('APP_BASE_DB_ENABLED', true);
|
||||
define('APP_BASIC_AUTH', true);
|
||||
define('APP_SEARCH_DEBUG', true);
|
||||
define('APP_AUTH_ENABLED', true);
|
||||
define('APP_OIDC_ISSUER', 'https://auth.kusche.berlin/realms/KuscheBerlin');
|
||||
@@ -18,8 +17,8 @@
|
||||
define('APP_OIDC_LOGOUT_ENDPOINT', 'https://auth.kusche.berlin/realms/KuscheBerlin/protocol/openid-connect/logout');
|
||||
define('APP_OIDC_CLIENT_ID', 'nexus');
|
||||
define('APP_OIDC_CLIENT_SECRET', 'c0swC5wjBV4yimJHf2p3R9OjHOr7rhHs');
|
||||
define('APP_OIDC_REDIRECT_URI', 'https://staging.nexus.int.kusche.berlin/auth/callback');
|
||||
define('APP_OIDC_POST_LOGOUT_REDIRECT_URI', 'https://staging.nexus.int.kusche.berlin/');
|
||||
define('APP_OIDC_REDIRECT_URI', 'https://staging.nexus.kusche.berlin/auth/callback');
|
||||
define('APP_OIDC_POST_LOGOUT_REDIRECT_URI', 'https://staging.nexus.kusche.berlin/');
|
||||
define('APP_OIDC_GROUP_CLAIM', 'groups');
|
||||
define('APP_OIDC_ADMIN_GROUP', 'appadmin');
|
||||
define('APP_OIDC_USER_GROUP', 'internalfamily');
|
||||
|
||||
Reference in New Issue
Block a user