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