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

Directions to override imageBaseUrl? #81

Open
misilot opened this issue Sep 25, 2024 · 3 comments
Open

Directions to override imageBaseUrl? #81

misilot opened this issue Sep 25, 2024 · 3 comments

Comments

@misilot
Copy link

misilot commented Sep 25, 2024

Can you provide directions on how to overwrite the imageBaseUrl?

I tried custom_settings//settings.json

{
    "imageBaseUrl": "https://biodis-assets.ksulib.net/"
}

as well as webportal-installer/build/setting_templates//settings.json

{
    "solrPageSize": 50,
    "imagePreviewSize": 200,
    "imageViewSize": 600,
    "imageInfoFlds": "",
    "imageBaseUrl": "https://biodis-assets.ksulib.net/",
    "backgroundURL": "resources/images/biodIS_logo.png",
    "bannerURL": null,
    "bannerTitle": "Kansas State biodIS Herbarium Portal",
    "bannerHeight": 120,
    "bannerWidth": 250
}

but the imageBaseUrl never gets applied to the actual ./home/specify/webportal-installer/build/html//resources/config/settings.json

@mcruz-umich
Copy link

mcruz-umich commented Sep 26, 2024 via email

@misilot
Copy link
Author

misilot commented Sep 26, 2024

Thanks! I was hoping the overrides would work, and I was just missing something. I can look at injecting the it into our Docker build post the zip file being built.

@mcruz-umich
Copy link

mcruz-umich commented Sep 26, 2024 via email

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

No branches or pull requests

2 participants