Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hel-platta-automation authored and github-actions[bot] committed Apr 26, 2024
1 parent d506bb0 commit aebe3f8
Show file tree
Hide file tree
Showing 10 changed files with 214 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ public/modules/contrib
public/themes/contrib
public/sites/default/files
vendor
helfi-test-automation-python/
public/sites/simpletest/
public/sites/backstop/

# Ignore the folder created by PhpStorm
.idea/*
Expand Down
239 changes: 208 additions & 31 deletions composer.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions conf/cmi/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ module:
metatag_open_graph: 0
metatag_twitter_cards: 0
migrate: 0
monolog: 0
mysql: 0
node: 0
oembed_providers: 0
Expand Down
4 changes: 3 additions & 1 deletion conf/cmi/helfi_api_base.features.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
logger: true
disable_email_sending: true
disable_user_password: true
user_expire: true
logger: true
22 changes: 0 additions & 22 deletions conf/cmi/rest.resource.helfi_debug_data.yml

This file was deleted.

1 change: 1 addition & 0 deletions conf/cmi/stage_file_proxy.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ _core:
hotlink: false
origin: ''
origin_dir: ''
proxy_headers: ''
use_imagecache_root: true
verify: true
14 changes: 0 additions & 14 deletions conf/cmi/system.action.user_add_role_action.debug_api.yml

This file was deleted.

14 changes: 0 additions & 14 deletions conf/cmi/system.action.user_remove_role_action.debug_api.yml

This file was deleted.

16 changes: 0 additions & 16 deletions conf/cmi/user.role.debug_api.yml

This file was deleted.

9 changes: 0 additions & 9 deletions docker/openshift/custom.locations
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
location ~ ^/(?:.*)-assets/(.*)$ {
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://127.0.0.1:8080/$1$is_args$args;
}

location ~* \.(css|cur|js|jpe?g|gif|htc|ico|png|xml|otf|ttf|eot|woff|woff2|svg|mp4|svgz|ogg|ogv|pdf|pptx?|zip|tgz|gz|rar|bz2|doc|xls|exe|tar|mid|midi|wav|bmp|rtf|txt|map)$ {
add_header Access-Control-Allow-Origin "*";
try_files $uri @rewrite;
Expand Down

0 comments on commit aebe3f8

Please sign in to comment.