Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/ci/files/bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
use OpenDxp\Bootstrap;
use OpenDxp\Console\Application;

ob_get_clean();

include __DIR__ . '/../vendor/autoload_runtime.php';

define('OPENDXP_PROJECT_ROOT', __DIR__ . '/..');
Expand Down
2 changes: 1 addition & 1 deletion .github/ci/files/config/bundles.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

return [
'OpenDxp\\Bundle\\AdminBundle\\OpenDxpAdminBundle' => ['all' => true],
OpenDxp\Bundle\AdminBundle\OpenDxpAdminBundle::class => ['all' => true],
];
85 changes: 82 additions & 3 deletions .github/ci/files/config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,82 @@
imports:
- { resource: services.yaml }
- { resource: system.yaml }
parameters:
secret: ThisTokenIsNotSoSecretChangeItImmediately
opendxp_test.db.dsn: '%env(OPENDXP_TEST_DB_DSN)%'
env(OPENDXP_TEST_DB_DSN): ~
opendxp.encryption.secret: 'def00000fc1e34a17a03e2ef85329325b0736a5941633f8062f6b0a1a20f416751af119256bea0abf83ac33ef656b3fff087e1ce71fa6b8810d7f854fe2781f3fe4507f6'

doctrine:
dbal:
connections:
default:
url: '%opendxp_test.db.dsn%'
mapping_types:
enum: string
bit: boolean

opendxp:
general:
timezone: Europe/Berlin
path_variable: ''
domain: opendxp-test.dev
redirect_to_maindomain: false
valid_languages:
- en
- de
fallback_languages:
en: ''
de: ''
default_language: ''
disable_usage_statistics: true
documents:
versions:
days: null
steps: 10
error_pages:
default: /error
allow_trailing_slash: 'no'
generate_preview: true
objects:
versions:
days: null
steps: 10
assets:
versions:
days: null
steps: 10
icc_rgb_profile: ''
icc_cmyk_profile: ''
full_page_cache:
enabled: false
lifetime: null
exclude_patterns: ''
exclude_cookie: ''
httpclient:
adapter: Socket
proxy_host: ''
proxy_port: ''
proxy_user: ''
proxy_pass: ''
email:
sender:
name: opendxp
email: contact@example.com
return:
name: opendxp
email: contact@example.com
debug:
email_addresses: ''
applicationlog:
mail_notification:
send_log_summary: false
filter_priority: null
mail_receiver: ''
archive_treshold: '30'
archive_alternative_database: ''

opendxp_admin:
branding:
color_login_screen: ''
color_admin_interface: ''
login_screen_custom_image: ''
translations:
path: '@OpenDxpCoreBundle/translations'
62 changes: 0 additions & 62 deletions .github/ci/files/config/event_listeners.yaml

This file was deleted.

Loading