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

Ability to read Micronaut configuration from Application preferences directory #2

Open
msgilligan opened this issue Mar 24, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@msgilligan
Copy link
Member

msgilligan commented Mar 24, 2020

Desktop applications often have configuration/data/preferences directories in well known locations. For example an application named "Application" might have the following platform-specific configuration directories:

macOS: ~/Library/Application Support/Application or perhaps ~/Library/Preferences/Application
Linux: ~/.application
Windows: …

It would nice to be able to read Micronaut configuration files (in .properties, .json, .yml formats. And for Groovy users .groovy) using the Micronaut PropertySourceLoader mechanism from these locations.

See https://docs.micronaut.io/1.3.3/guide/index.html#propertySource for information on PropertySourceLoader s.

@msgilligan msgilligan added the help wanted Extra attention is needed label Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant