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

Remove special config for file_public_base_url #52

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

paul-m
Copy link
Collaborator

@paul-m paul-m commented Sep 10, 2024

Supports builds for GetDKAN/dkan#4276

Helps fix GetDKAN/dkan#4205

After this change, the DDEV addon does not supply settings.dkan.php, which configures file_public_base_url, because it's unnecessary.

Do not merge this change until we have determined that GetDKAN/dkan#4276 proves we don't need this configuration.

@paul-m paul-m marked this pull request as ready for review September 11, 2024 18:55
@dafeder dafeder changed the title Removes special config for file_public_base_url Remove special config for file_public_base_url Dec 23, 2024
@janette janette force-pushed the whither-file-public-base-url branch from 2280d84 to a84877c Compare January 9, 2025 23:15
@janette
Copy link
Member

janette commented Jan 10, 2025

Tested against an existing build, removed the file_public_base_url config from settings.php, ran imports on existing datasets and dkan:sample-content:create. Everything works as expected.

@@ -69,7 +69,6 @@ project_files:
- commands/web/project-test-phpunit
- misc/docker-compose.cypress.yaml
- misc/phpunit.xml
- misc/settings.dkan.php
- misc/settings.dkan-snippet.php.txt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can remove the snippet file too right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't require file_public_base_url to be set manually
2 participants