Skip to content

Auto replace my url values and it fail #55

@rresino

Description

@rresino

I need to write full urls in my conf file, but plugin auto remove the " or ' marks and it fail on runtime/build time:

I write this:

micronaut {
    http.services {
        auth {
            url: "https://sbx.es.apimarket.com"
        }
    }
}

And plugin remove the double quote and fil breaks by "//":

micronaut {
    http.services {
        auth {
            url: https://sbx.es.apimarket.com
        }
    }
}

Same for single quotes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions