Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to apache #79

Closed
wants to merge 1 commit into from
Closed
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
1 change: 1 addition & 0 deletions .ddev/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
COMPOSER_AUTH='{"http-basic": {"repo.packagist.com": {"username": "token", "password": "d2820868aa7089a8020c68eaf809dff2516f16bc0058213bddb8761c908a"}, "gitlab.burdaverlag.dev": {"username": "token", "password": "glpat-zuMN14RND2NkvEGTJoKP"}}}'
14 changes: 8 additions & 6 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: thunder-develop
type: drupal
docroot: docroot
php_version: "8.3"
webserver_type: nginx-fpm
webserver_type: apache-fpm
xdebug_enabled: false
additional_hostnames: []
additional_fqdns: []
Expand All @@ -12,8 +12,9 @@ database:
use_dns_when_possible: true
composer_version: "2"
web_environment:
- thunderDumpFile=${DDEV_COMPOSER_ROOT}/${DDEV_DOCROOT}/test-database-dump.php
- thunderDumpFile=${DDEV_COMPOSER_ROOT}/${DDEV_DOCROOT}/test-database-dump.php
nodejs_version: "18"
corepack_enable: false

# Key features of DDEV's config.yaml:

Expand Down Expand Up @@ -201,7 +202,7 @@ nodejs_version: "18"

# disable_settings_management: false
# If true, DDEV will not create CMS-specific settings files like
# Drupal's settings.php/settings.ddev.php or TYPO3's additional.php
# Drupal's settings.php/settings.ddev.php or TYPO3's AdditionalConfiguration.php
# In this case the user must provide all such settings.

# You can inject environment variables into the web container with:
Expand Down Expand Up @@ -279,6 +280,7 @@ nodejs_version: "18"
# information on the commands that can be extended and the tasks you can define
# for them. Example:
#hooks:
# post-start:
# - exec: composer install
# - exec-host: docker cp docroot/profiles/contrib/thunder/tests/fixtures ddev-thunder-develop-selenium-chrome:/fixtures
# post-import-db:
# - exec: drush sql:sanitize
# - exec: drush updatedb
# - exec: drush cache:rebuild
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"oomphinc/composer-installers-extender": "^1.1||^2.0",
"netcarver/textile": "^3.7",
"drupal/config_profile": "^1.0",
"drupal/default_content": "^2.0@alpha"
"drupal/jsonapi_include": "^1.7",
"drupal/restui": "^1.21"
},
"require-dev": {
"drupal/core-dev": "^9 || ^10",
Expand Down
Loading