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

feat(core): add environments block to datasource configuration #293

Closed
wants to merge 3 commits into from

Commits on Mar 7, 2024

  1. feat(core): add environments block to datasource configuration

    This will add datasource config for each environments (development, test, and production).
    
    Fixes grails/grails-core#13103
    puneetbehl committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0bb178c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. added dataSource config for the development, test, production environ…

    …ments.
    Weiqi Gao committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ebb9766 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. added development, test, and production dataSouce urls to the Databas…

    …eDriverFeature and its H2, MySQL, PostgreSQL, and SQLServer subclasses.
    Weiqi Gao committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2e8ce30 View commit details
    Browse the repository at this point in the history